Documentation

EmailAddressType extends BaseEmailAddressType
in package

Identifier for a fully resolved email address

Table of Contents

Properties

$Address  : string
Represents the e-mail address of the mailbox user.
$EmailAddress  : string
The e-mail address that is represented.
$ItemId  : ItemIdType
Specifies the item identifier for the e-mail address.
$MailboxType  : string
Specifies the type of mailbox.
$Name  : string
Specifies the name of the mailbox that is associated with the e-mail address.
$RoutingType  : string
Specifies the type of routing for the e-mail address.

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

$Address

Represents the e-mail address of the mailbox user.

public string $Address
Tags
since

Exchnage 2007

$EmailAddress

The e-mail address that is represented.

public string $EmailAddress
Tags
since

Exchange 2007

$ItemId

Specifies the item identifier for the e-mail address.

public ItemIdType $ItemId
Tags
since

Exchange 2007

$MailboxType

Specifies the type of mailbox.

public string $MailboxType
Tags
since

Exchange 2007

see
MailboxTypeType

$Name

Specifies the name of the mailbox that is associated with the e-mail address.

public string $Name
Tags
since

Exchange 2007

$RoutingType

Specifies the type of routing for the e-mail address.

public string $RoutingType
Tags
since

Exchange 2007

see
RoutingType

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