CompleteName 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.
Represents the complete name of a contact.
public ref class CompleteName sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty
public sealed class CompleteName : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public NotInheritable Class CompleteName
Inherits ComplexProperty
- Inheritance
Constructors
CompleteName() |
Initializes a new instance of the CompleteName class. |
Properties
FullName |
Gets the full name of the contact. |
GivenName |
Gets the given name (first name) of the contact. |
Initials |
Gets the initials of the contact. |
MiddleName |
Gets the middle name of the contact. |
NickName |
Gets the nickname of the contact. |
Suffix |
Gets the suffix of the contact. |
Surname |
Gets the surname (last name) of the contact. |
Title |
Gets the title of the contact. |
YomiGivenName |
Gets the Yomi given name (first name) of the contact. |
YomiSurname |
Gets the Yomi surname (last name) of the contact. |