Documentation

EmailAddressDictionaryEntryType extends Type
in package

Represents a single e-mail address for a contact.

Tags
todo

Create a common EntryType class.

todo

Create a common TextEntryType class.

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

$MailboxType

Defines the mailbox type of a mailbox user.

public string $MailboxType

This attribute is optional.

Tags
since

Exchange 2010

see
MailboxTypeType

$RoutingType

Defines the routing that is used for the mailbox.

public string $RoutingType

This attribute is optional and defaults to SMTP.

Tags
since

Exchange 2010

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