*** This interface provides Binary Compatibility only, not Source Compatibility ***

Interface MailAlertTransportInterface

All Superinterfaces:
AlertTransportInterface, MailInterface

@SASScope("ALL") @BinaryCompatibilityOnly public interface MailAlertTransportInterface extends AlertTransportInterface, MailInterface
The MailAlertTransportInterface provides common behavior for mail delivery transports when sending alert notification messages.
Since:
1.1.4
  • Method Details

    • setEmailAddress

      void setEmailAddress(String address)
      Set the email address. This identifies the recipient of the email notification. Multiple email addresses, separated by commas, may be specified. For example, this email string identifies two email addresses, "JohnDoe@host.com, MarySmith@host2.com."
      Specified by:
      setEmailAddress in interface MailInterface
      Parameters:
      address - The email address.