Click or drag to resize

CardFactoryCreateCard2 Method

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

Namespace: ITHit.WebDAV.Card
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
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