AddDistributionGroupToImListType
extends BaseRequestType
in package
Defines a request to add a distribution list to an instant message list.
Table of Contents
Properties
- $DisplayName : string
- Contains the display name of a new instant messaging group contact or the display name of a new instant messaging group.
- $SmtpAddress : string
- Represents the Simple Mail Transfer Protocol (SMTP) address of an account to be used for impersonation or a Simple Mail Transfer Protocol (SMTP) recipient address of a calendar or contact sharing request.
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
$DisplayName
Contains the display name of a new instant messaging group contact or the display name of a new instant messaging group.
public
string
$DisplayName
Tags
$SmtpAddress
Represents the Simple Mail Transfer Protocol (SMTP) address of an account to be used for impersonation or a Simple Mail Transfer Protocol (SMTP) recipient address of a calendar or contact sharing request.
public
string
$SmtpAddress
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