public final class MapiDistributionList extends Object implements IMapiMessageItem
Represents the Personal Distribution List object.
Constructor and Description |
---|
MapiDistributionList()
Initializes a new instance of the
MapiDistributionList class. |
MapiDistributionList(String displayName,
MapiDistributionListMemberCollection members)
Initializes a new instance of the
MapiDistributionList class. |
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Gets message body
Value:
|
String |
getDisplayName()
Gets or sets the user-visible name of the personal distribution list.
|
MapiDistributionListMemberCollection |
getMembers()
Gets the list of the members of the personal distribution list.
|
String |
getMessageClass()
Gets message class
Value:
|
String |
getSubject()
Gets message subject
Value:
|
void |
setDisplayName(String value) |
public MapiDistributionList()
Initializes a new instance of the MapiDistributionList
class.
public MapiDistributionList(String displayName, MapiDistributionListMemberCollection members)
Initializes a new instance of the MapiDistributionList
class.
displayName
- The display namme.members
- The recipiens.public MapiDistributionListMemberCollection getMembers()
Gets the list of the members of the personal distribution list.
Value: The collection of MapiDistributionListMember.public String getDisplayName()
Gets or sets the user-visible name of the personal distribution list.
Value: The display name.public void setDisplayName(String value)
public String getMessageClass()
Gets message class
Value:getMessageClass
in interface IMapiMessageItem
public String getBody()
Gets message body
Value:getBody
in interface IMapiMessageItem
public String getSubject()
Gets message subject
Value:getSubject
in interface IMapiMessageItem
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.