MemberType
extends Type
in package
Represents a member of a distribution list.
Table of Contents
Properties
- $Key : string
- Provides a unique identifier for the distribution list member.
- $Mailbox : EmailAddressType
- Represents the e-mail address of the distribution list member.
- $Status : string
- Provides information about the status of a distribution list member.
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
$Key
Provides a unique identifier for the distribution list member.
public
string
$Key
This attribute is optional.
Tags
$Mailbox
Represents the e-mail address of the distribution list member.
public
EmailAddressType
$Mailbox
This element is optional.
Tags
$Status
Provides information about the status of a distribution list member.
public
string
$Status
This element is optional.
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