MembersListType
extends Type
in package
Represents the list of members for a distribution list.
Table of Contents
Properties
- $Member : array<string|int, MemberType>
- Provides an identifier for a fully resolved e-mail address, and the status of that address on the server.
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
$Member
Provides an identifier for a fully resolved e-mail address, and the status of that address on the server.
public
array<string|int, MemberType>
$Member
= array()
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