Table of Contents

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

string

GivenName

Gets the given name (first name) of the contact.

public string GivenName { get; }

Property Value

string

Initials

Gets the initials of the contact.

public string Initials { get; }

Property Value

string

MiddleName

Gets the middle name of the contact.

public string MiddleName { get; }

Property Value

string

NickName

Gets the nickname of the contact.

public string NickName { get; }

Property Value

string

Suffix

Gets the suffix of the contact.

public string Suffix { get; }

Property Value

string

Surname

Gets the surname (last name) of the contact.

public string Surname { get; }

Property Value

string

Title

Gets the contact's title.

public string Title { get; }

Property Value

string

YomiGivenName

Gets the Yomi given name (first name) of the contact.

public string YomiGivenName { get; }

Property Value

string

YomiSurname

Gets the Yomi surname (last name) of the contact.

public string YomiSurname { get; }

Property Value

string