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

Removes a address book identified by GroupId.

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

Syntax

C#
public int RemoveAddressBook(
	int addressbookId,
	int currentGroupId
)
Visual Basic (Declaration)
Public Function RemoveAddressBook ( _
	addressbookId As Integer, _
	currentGroupId As Integer _
) As Integer
Visual C++
public:
int RemoveAddressBook(
	int addressbookId, 
	int currentGroupId
)

Parameters

addressbookId
Type: System..::.Int32
The unique id of the addressbook
currentGroupId
Type: System..::.Int32
The id of the current organization

Return Value

0 when successful, -1 in case of an error.

See Also