EmailAddressDictionaryEntryType
extends Type
in package
Represents a single e-mail address for a contact.
Tags
Table of Contents
Properties
- $_ : string
- The email address represented by this entry.
- $Key : string
- Identifies the e-mail address.
- $MailboxType : string
- Defines the mailbox type of a mailbox user.
- $Name : string
- Defines the name of the mailbox user.
- $RoutingType : string
- Defines the routing that is used for the mailbox.
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
$_
The email address represented by this entry.
public
string
$_
Tags
$Key
Identifies the e-mail address.
public
string
$Key
Tags
$MailboxType
Defines the mailbox type of a mailbox user.
public
string
$MailboxType
This attribute is optional.
Tags
$Name
Defines the name of the mailbox user.
public
string
$Name
This attribute is optional.
Tags
$RoutingType
Defines the routing that is used for the mailbox.
public
string
$RoutingType
This attribute is optional and defaults to SMTP.
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