com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiDistributionList

  • All Implemented Interfaces:
    IMapiMessageItem, com.aspose.ms.System.IDisposable


    public final class MapiDistributionList
    extends MapiMessageItemBase

    Represents the Personal Distribution List object.

    • Method Detail

      • getMembers

        public final MapiDistributionListMemberCollection getMembers()

        Gets the list of the members of the personal distribution list.

        Value: The collection of MapiDistributionListMember.
      • getDisplayName

        public final String getDisplayName()

        Gets or sets the user-visible name of the personal distribution list.

        Value: The display name.
      • setDisplayName

        public final void setDisplayName(String value)

        Gets or sets the user-visible name of the personal distribution list.

        Value: The display name.
      • save

        public final void save(String fileName)

        Saves the specified file name.

        Parameters:
        fileName - Name of the file.
      • save

        public final void save(OutputStream stream)

        Saves the specified stream.

        Parameters:
        stream - The stream.