EMailDeliveryOption
Use the EMailDeliveryOption data type to define the specifications to deliver a report through e-mail.
This data type is used by ArrayOfEMailDeliveryOption.
Fields Provided by EMailDeliveryOption
Field | Description |
---|---|
String emailAttachmentName |
The name of the attachment file. |
String emailBCC |
The e-mail addresses to receive blind copies of the e-mail. |
String emailBody |
A text string that will appear as the body of the e-mail. |
String emailCC |
The e-mail addresses to receive copies of the e-mail. |
String emailFrom |
Required. The e-mail address that will appear as the From address. If this field is empty, a SOAP fault is thrown with the following message:
|
String emailReplyTo |
The e-mail address to appear in the Reply-to field. |
String emailServerName |
The e-mail server name, for example: "Oracle Mail". |
String emailSubject |
The subject line of the e-mail. |
String emailTo |
Required. The addresses to which to send the e-mail. If this field is empty, a SOAP fault is thrown with the following message:
|
Boolean emailDeliveryStatusNotification |
Set to "true" to send email delivery status notification. |
Boolean emailReturnReceipt |
Set to "true" to send email return receipt. |