Interface EmailTarget

All Superinterfaces:
Serializable
All Known Implementing Classes:
EmailTargetImpl

public interface EmailTarget extends Serializable
The EmailTarget interface is used to specify the recipients of the email.
Author:
bpolster
See Also:
  • Method Details

    • getEmailAddress

      String getEmailAddress()
    • setEmailAddress

      void setEmailAddress(String emailAddress)
    • getCCAddresses

      String[] getCCAddresses()
    • setCCAddresses

      void setCCAddresses(String[] ccAddresses)
    • getBCCAddresses

      String[] getBCCAddresses()
    • setBCCAddresses

      void setBCCAddresses(String[] BCCAddresses)