Documentation

SetImGroupType extends BaseRequestType
in package

Defines a request to change the display name of an instant messaging group.

Table of Contents

Properties

$GroupId  : ItemIdType
Identifies the instant messaging group to be updated.
$NewDisplayName  : string
Contains the updated display name of 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

$GroupId

Identifies the instant messaging group to be updated.

public ItemIdType $GroupId
Tags
since

Exchange 2013

$NewDisplayName

Contains the updated display name of an instant messaging group.

public string $NewDisplayName
Tags
since

Exchange 2013

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