com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Class EmailAddress



  • public class EmailAddress
    extends Object

    Represents an address of an email message.

    • Method Detail

      • getAddress

        public final String getAddress()

        Gets the string representation of the email address.

        Returns:
        The string representation of the email address.
      • getDisplayName

        public final String getDisplayName()

        Gets the display name associated with the address.

        Returns:
        The display name associated with the address.
      • getOriginalAddressString

        public final String getOriginalAddressString()

        Gets the original address string.

        Returns:
        The original address string.
      • getHost

        public final String getHost()

        Gets the host portion of the address.

        Returns:
        The host portion of the address.
      • getUser

        public final String getUser()

        Gets the username.

        Returns:
        The username.