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
$EmailAddress
The e-mail address that is represented.
public
string
$EmailAddress
Tags
$ItemId
Specifies the item identifier for the e-mail address.
public
ItemIdType
$ItemId
Tags
$MailboxType
Specifies the type of mailbox.
public
string
$MailboxType
Tags
$Name
Specifies the name of the mailbox that is associated with the e-mail address.
public
string
$Name
Tags
$RoutingType
Specifies the type of routing for the e-mail address.
public
string
$RoutingType
Tags
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