public class ImGroup
extends java.lang.Object
| Constructor and Description |
|---|
ImGroup()
Instantiates a new im group.
|
ImGroup(java.lang.String displayName)
Instantiates a new im group.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
Gets the display name.
|
ExtendedPropertyList |
getExtendedProperties()
Gets a list of extended properties that are defined on this item.
|
ItemId |
getGroupId()
Gets the unique identifier and change key of an item in the Exchange store.
|
java.lang.String |
getGroupType()
Gets the group type.
|
java.util.List<ItemId> |
getMemberCorrelationKey()
Gets the member correlation key.
|
java.lang.String |
getSmtpAddress()
Gets the smtp address.
|
java.lang.String |
toString()
Converts the value of the current imGroup object to its equivalent string representation.
|
public ImGroup()
public ImGroup(java.lang.String displayName)
displayName - the display namepublic java.lang.String toString()
toString in class java.lang.Objectpublic ItemId getGroupId()
public java.lang.String getDisplayName()
public java.lang.String getGroupType()
public java.util.List<ItemId> getMemberCorrelationKey()
public java.lang.String getSmtpAddress()
public ExtendedPropertyList getExtendedProperties()