Documentation

CompleteNameType extends Type
in package

Represents the complete name of a contact.

Table of Contents

Properties

$FirstName  : string
Represents the first name of contact.
$FullName  : string
Represents the full name of a contact.
$Initials  : string
Represents the initials of a contact.
$LastName  : string
Represents the last name of a contact.
$MiddleName  : string
Represents the middle name of a contact.
$Nickname  : string
Represents the nickname of a contact.
$Suffix  : string
Represents a suffix to a contact's name.
$Title  : string
Represents the title of a contact.
$YomiFirstName  : string
Represents the name used in Japan for the searchable or phonetic spelling of a Japanese first name.
$YomiLastName  : string
Represents the name used in Japan for the searchable or phonetic spelling of a Japanese last name.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$FirstName

Represents the first name of contact.

public string $FirstName
Tags
since

Exchange 2007

$FullName

Represents the full name of a contact.

public string $FullName
Tags
since

Exchange 2007

$Initials

Represents the initials of a contact.

public string $Initials
Tags
since

Exchange 2007

$LastName

Represents the last name of a contact.

public string $LastName
Tags
since

Exchange 2007

$MiddleName

Represents the middle name of a contact.

public string $MiddleName
Tags
since

Exchange 2007

$Nickname

Represents the nickname of a contact.

public string $Nickname
Tags
since

Exchange 2007

$Suffix

Represents a suffix to a contact's name.

public string $Suffix
Tags
since

Exchange 2007

$Title

Represents the title of a contact.

public string $Title
Tags
since

Exchange 2007

$YomiFirstName

Represents the name used in Japan for the searchable or phonetic spelling of a Japanese first name.

public string $YomiFirstName
Tags
since

Exchange 2007

$YomiLastName

Represents the name used in Japan for the searchable or phonetic spelling of a Japanese last name.

public string $YomiLastName
Tags
since

Exchange 2007

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results