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
)
Public Shared Function CreateCard2 (
familyName As String,
givenName As String,
additionalNames As String,
honorificPrefix As String,
honorificSuffix As String
) As ICard2
public:
static ICard2^ CreateCard2(
String^ familyName,
String^ givenName,
String^ additionalNames,
String^ honorificPrefix,
String^ honorificSuffix
)
static member CreateCard2 :
familyName : string *
givenName : string *
additionalNames : string *
honorificPrefix : string *
honorificSuffix : string -> ICard2
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:
ICard2Business card in v2.1 format.
See Also