Interface EmailTarget
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EmailTargetImpl
The EmailTarget interface is used to specify the recipients of the email.
- Author:
- bpolster
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionString[]String[]voidsetBCCAddresses(String[] BCCAddresses) voidsetCCAddresses(String[] ccAddresses) voidsetEmailAddress(String emailAddress)