Class CompleteName
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the complete name of a contact.
public sealed class CompleteName : ComplexProperty
- Inheritance
-
CompleteName
- Inherited Members
Constructors
CompleteName()
public CompleteName()
Properties
FullName
Gets the full name of the contact.
public string FullName { get; }
Property Value
GivenName
Gets the given name (first name) of the contact.
public string GivenName { get; }
Property Value
Initials
Gets the initials of the contact.
public string Initials { get; }
Property Value
MiddleName
Gets the middle name of the contact.
public string MiddleName { get; }
Property Value
NickName
Gets the nickname of the contact.
public string NickName { get; }
Property Value
Suffix
Gets the suffix of the contact.
public string Suffix { get; }
Property Value
Surname
Gets the surname (last name) of the contact.
public string Surname { get; }
Property Value
Title
Gets the contact's title.
public string Title { get; }
Property Value
YomiGivenName
Gets the Yomi given name (first name) of the contact.
public string YomiGivenName { get; }
Property Value
YomiSurname
Gets the Yomi surname (last name) of the contact.
public string YomiSurname { get; }