Click or drag to resize

CardFactoryCreateCard2 Method

IT Hit WebDAV Classes Reference
Creates business card in v2.1 format.

Namespace:  ITHit.Collab.Card
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public static ICard2 CreateCard2(
	string familyName,
	string givenName,
	string additionalNames,
	string honorificPrefix,
	string honorificSuffix
)

Parameters

familyName
Type: SystemString
Family Name (also known as surname) or name of a resource or place.
givenName
Type: SystemString
Given Name.
additionalNames
Type: SystemString
Additional Names.
honorificPrefix
Type: SystemString
Honorific Prefix.
honorificSuffix
Type: SystemString
Honorific Suffix.

Return Value

Type: ICard2
Business card in v2.1 format.
See Also