Documentation

AddNewTelUriContactToGroupType extends BaseRequestType
in package

Defines a request to add a contact to a group based on the contacts phone number.

Table of Contents

Properties

$GroupId  : ItemIdType
Unique identifier of a group.
$ImContactSipUriAddress  : string
Contains the SIP URI address of a contact that is added to an instant messaging (IM) group.
$ImTelephoneNumber  : string
Represents the telephone number for a contact that is added to an instant messaging (IM) group.
$TelUriAddress  : string
Contains the tel Uniform Resource Identifier (URI) for a contact.

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

$ImContactSipUriAddress

Contains the SIP URI address of a contact that is added to an instant messaging (IM) group.

public string $ImContactSipUriAddress
Tags
since

Exchange 2013

$ImTelephoneNumber

Represents the telephone number for a contact that is added to an instant messaging (IM) group.

public string $ImTelephoneNumber
Tags
since

Exchange 2013

$TelUriAddress

Contains the tel Uniform Resource Identifier (URI) for a contact.

public string $TelUriAddress
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