Interface IMailDestination

    • Method Detail

      • getEmailAddress

        String getEmailAddress()
        Returns the mail address of this destination.
        Returns:
        the mail address of this destination.
        Since:
        4.0.4
      • setEmailAddress

        void setEmailAddress​(String email)
        Sets the mail address of this destination.
        Parameters:
        email - the mail address value to set.
        Since:
        4.0.4
      • getId

        String getId()
        Returns a unique identifier for this destination.
        Returns:
        a unique identifier for this destination.
        Since:
        4.0.4
      • getName

        String getName()
        Return the name of this destination.
        Returns:
        the name of this destination.
        Since:
        4.0.4
      • setName

        void setName​(String name)
        Sets the name of this destination.
        Parameters:
        name - the name value to set.
        Since:
        4.0.4