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

Gets the all the information of all the members of a particular group in a VCard format.

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

Syntax

C#
public string ExportVCard(
	int groupId
)
Visual Basic (Declaration)
Public Function ExportVCard ( _
	groupId As Integer _
) As String
Visual C++
public:
String^ ExportVCard(
	int groupId
)

Parameters

groupId
Type: System..::.Int32
The unique identifier for the group.

Return Value

Text string containing all the information of the members of a currently selected group in VCard format.

See Also