Click or drag to resize

IName3SetName Method

IT Hit WebDAV Classes Reference
Sets name.

Namespace: ITHit.WebDAV.Card
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
void SetName(
	string[] familyNames,
	string[] givenNames,
	string[] additionalNames,
	string[] honorificPrefixes,
	string[] honorificSuffixes
)

Parameters

familyNames
Type: SystemString
Family Names (also known as surnames) or names of a resource or place.
givenNames
Type: SystemString
Given Names.
additionalNames
Type: SystemString
Additional Names.
honorificPrefixes
Type: SystemString
Honorific Prefixes.
honorificSuffixes
Type: SystemString
Honorific Suffixes.
See Also