com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class EmailPackage

    • Method Detail

      • getAttachedFileNames

        public final String[] getAttachedFileNames()

        Gets an array of the names of the attached files.

        Returns:
        An array of the names of the attached files.
      • getSubject

        public final String getSubject()

        Gets the email subject.

        Returns:
        The email subject.
      • setSubject

        public final void setSubject(String value)

        Sets the email subject.

        Parameters:
        value - The email subject.
      • getRecipients

        public final String[] getRecipients()

        Gets the array of the email recipients.

        Returns:
        The array of the email recipients.
      • setRecipients

        public final void setRecipients(String[] value)

        Sets the array of the email recipients.

        Parameters:
        value - The array of the email recipients.
      • getCarbonCopyRecipients

        public final String[] getCarbonCopyRecipients()

        Gets the array of CC (carbon copy) recipients of the email message.

        Returns:
        The array of CC (carbon copy) recipients of the email message.
      • setCarbonCopyRecipients

        public final void setCarbonCopyRecipients(String[] value)

        Sets the array of CC (carbon copy) recipients of the email message.

        Parameters:
        value - The array of CC (carbon copy) recipients of the email message.
      • getBlindCarbonCopyRecipients

        public final String[] getBlindCarbonCopyRecipients()

        Gets the array of BCC (blind carbon copy) recipients of the email message.

        Returns:
        The array of BCC (blind carbon copy) recipients of the email message.
      • setBlindCarbonCopyRecipients

        public final void setBlindCarbonCopyRecipients(String[] value)

        Sets the array of BCC (blind carbon copy) recipients of the email message.

        Parameters:
        value - The array of BCC (blind carbon copy) recipients of the email message.
      • getSender

        public final String getSender()

        Gets the email address of the sender.

        Returns:
        The email address of the sender.
      • getHeaders

        public final EmailHeaderPackage getHeaders()

        Gets a metadata package containing the email headers.

        Returns:
        A metadata package containing the email headers.