com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Class EmailAttachment



  • public class EmailAttachment
    extends EmailAttachmentBase

    Represents a file attached to an email message.

    • Method Detail

      • getName

        public final String getName()

        Gets the name of the attached file.

        Returns:
        The name of the attached file.
      • setName

        public final void setName(String value)

        Sets the name of the attached file.

        Parameters:
        value - The name of the attached file.