CompleteNameType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The CompleteNameType class represents the complete name of a contact.
public ref class CompleteNameType
public class CompleteNameType
Public Class CompleteNameType
- Inheritance
-
CompleteNameType
Remarks
The CompleteName property is part of the Default shape. In the initial release version of Microsoft Exchange Server 2007, the CompleteName property is returned by the GetItem operation, but not the FindItem operation. Starting with Exchange Server 2007 Service Pack 1 (SP1), the FindItem operation also returns the CompleteName property with the Default shape. This change does not affect the schema.
Constructors
CompleteNameType() |
The CompleteNameType constructor initializes a new instance of the CompleteNameType class. |
Properties
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. |