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