CompleteNameType Members
Include Protected Members
Include Inherited Members
The CompleteNameType class represents the complete name of a contact.
The CompleteNameType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CompleteNameType | The CompleteNameType constructor initializes a new instance of the CompleteNameType class. |
Top
Properties
Name | Description | |
---|---|---|
FirstName | The FirstName property gets or sets the first name of a contact. | |
FullName | The FullName property gets or sets the full name of a contact. | |
Initials | The Initials property gets or sets the initials of a contact. | |
LastName | The LastName property gets or sets the last name of a contact. | |
MiddleName | The MiddleName property gets or sets the middle name of a contact. | |
Nickname | The Nickname property gets or sets the nickname of a contact. | |
Suffix | The Suffix property gets or sets a suffix to a contact's name. | |
Title | The Title property gets or sets the title of a contact. | |
YomiFirstName | The YomiFirstName property gets or sets the name used in Japan for the searchable or phonetic spelling of a Japanese first name. | |
YomiLastName | The YomiLastName property gets or sets the name used in Japan for the searchable or phonetic spelling of a Japanese last name. |
Top