[This is preliminary documentation and is subject to change.]

Determines whether a particular Address Book list is a shared address book or not.

Namespace:  OfficeClip.DBLayer.Desktop
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void GetAddressBookInfo(
	int addressbookId,
	ref bool isShare,
	ref string name
)
Visual Basic (Declaration)
Public Sub GetAddressBookInfo ( _
	addressbookId As Integer, _
	ByRef isShare As Boolean, _
	ByRef name As String _
)
Visual C++
public:
void GetAddressBookInfo(
	int addressbookId, 
	bool% isShare, 
	String^% name
)

Parameters

addressbookId
Type: System..::.Int32
The unique id of the addressbook
isShare
Type: System..::.Boolean%
Is the address book shared
name
Type: System..::.String%
The name of the addressbook

Return Value

Returns the true if the addressbook is shared.

See Also