Click or drag to resize

CardFactoryCreateCard4 Method

IT Hit WebDAV Classes Reference
Creates business card in v4.0 format.

Namespace:  ITHit.Collab.Card
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public static ICard4 CreateCard4(
	string formattedName
)

Parameters

formattedName
Type: SystemString
Represents business card formatted name. For example "Dr. John Doe".

Return Value

Type: ICard4
Business card in v4.0 format.
See Also