|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiDistributionList
public final class MapiDistributionList
Represents the Personal Distribution List object.
Constructor Summary | |
---|---|
MapiDistributionList()
Initializes a new instance of the MapiDistributionList class. |
|
MapiDistributionList(String displayName,
MapiDistributionListMemberCollection members)
Initializes a new instance of the MapiDistributionList class. |
Method Summary | |
---|---|
String |
getBody()
Gets message body |
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 |
String |
getSubject()
Gets message subject |
void |
setDisplayName(String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |