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

Get the address information

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

Syntax

C#
public List<UserInfo> GetAddresses(
	int addressbookId,
	int addressId
)
Visual Basic (Declaration)
Public Function GetAddresses ( _
	addressbookId As Integer, _
	addressId As Integer _
) As List(Of UserInfo)
Visual C++
public:
List<UserInfo^>^ GetAddresses(
	int addressbookId, 
	int addressId
)

Parameters

addressbookId
Type: System..::.Int32
The id of the addressbook, -1 if only one address is requested
addressId
Type: System..::.Int32
The id of the address, -1 if the whole addressbook is requested

Return Value

See Also