ImGroupType
extends Type
in package
Defines 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.
- $ExchangeStoreId : ItemIdType
- Specifies the instant messaging (IM) group identifier.
- $ExtendedProperties : NonEmptyArrayOfExtendedPropertyType
- Specifies an array of additional properties
- $GroupType : string
- Specifies the group class of an instant messaging (IM) group.
- $MemberCorrelationKey : NonEmptyArrayOfItemIdsType
- Specifies the identifiers of the contacts that are part of the instant messaging (IM) 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
$ExchangeStoreId
Specifies the instant messaging (IM) group identifier.
public
ItemIdType
$ExchangeStoreId
Tags
$ExtendedProperties
Specifies an array of additional properties
public
NonEmptyArrayOfExtendedPropertyType
$ExtendedProperties
Tags
$GroupType
Specifies the group class of an instant messaging (IM) group.
public
string
$GroupType
Tags
$MemberCorrelationKey
Specifies the identifiers of the contacts that are part of the instant messaging (IM) group.
public
NonEmptyArrayOfItemIdsType
$MemberCorrelationKey
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