AddNewImContactToGroup
extends BaseRequestType
in package
Defines a request to add a new instant messaging contact to an instant messaging group.
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.
- $GroupId : ItemIdType
- Unique identifier of a group.
- $ImAddress : string
- Contains the instant messaging address of a new contact that will be added to an instant messaging group.
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
$GroupId
Unique identifier of a group.
public
ItemIdType
$GroupId
Tags
$ImAddress
Contains the instant messaging address of a new contact that will be added to an instant messaging group.
public
string
$ImAddress
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