public final class MapiDistributionList extends MapiMessageItemBase
Represents the Personal Distribution List object.
attachments, namedPropertyMappingStorage, recipients| 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 |
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.
|
void |
save(OutputStream stream)
Saves the specified stream.
|
void |
save(String fileName)
Saves the specified file name.
|
void |
setDisplayName(String value)
Gets or sets the user-visible name of the personal distribution list.
|
checkIsDisposed, close, dispose, getAttachments, getBilling, getBody, getBodyHtml, getBodyRtf, getBodyType, getCategories, getCompanies, getItemId, getMessageClass, getMileage, getNamedProperties, getNamedPropertyMapping, getProperty, getPropertyStream, getRecipients, getSensitivity, getSubject, getSubjectPrefix, getSubStorages, initNamedPropertyMappingStorage, removeProperty, setBilling, setBody, setBodyContent, setBodyContent, setBodyRtf, setBodyRtf, setCategories, setCompanies, setMessageClass, setMessageFlags, setMileage, setNamedPropertyMapping, setProperty, setRecipients, setSensitivity, setsIMapiMessageItemMembers, setSubjectcreateMapiNode, getCodePage, getProperties, getPropertyBoolean, getPropertyBytes, getPropertyDateTime, getPropertyInt32, getPropertyLong, getPropertyShort, getPropertyString, getPropertyString, isStoreUnicodeOk, setProperty, tryGetPropertyData, tryGetPropertyDateTime, tryGetPropertyInt32, tryGetPropertyLong, tryGetPropertyString, tryGetPropertyString, tryGetPropertyString, tryGetPropertyStringpublic 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 final MapiDistributionListMemberCollection getMembers()
Gets the list of the members of the personal distribution list.
Value: The collection of MapiDistributionListMember.public final String getDisplayName()
Gets or sets the user-visible name of the personal distribution list.
Value: The display name.public final void setDisplayName(String value)
Gets or sets the user-visible name of the personal distribution list.
Value: The display name.public final void save(String fileName)
Saves the specified file name.
fileName - Name of the file.public final void save(OutputStream stream)
Saves the specified stream.
stream - The stream.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.