|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| Attachment | Provides information for the attachment in the collection, including the attachment's name and mime type. |
| Attachments | The Attachments collection allows you to add an object as an attachment to the email destination. |
| CCAddresses | The collection used to add, delete, and modify CC recipients. |
| Smtp | The Smtp class allows you to manage the schedule options for an email location as well as retrieve the metrics for the destination plugin's InfoObject. |
| SMTPAuthenticationTypeEnum | Specifies the authentication type to use against the SMTP server. |
| SMTPScheduleOptions | The schedule option interface. |
| ToAddresses | The collection used to add, delete, and modify To recipients. |
| Class Summary | |
|---|---|
| Attachment.Factory | A class with methods for creating instances of the Attachment type. |
| Attachments.Factory | A class with methods for creating instances of the Attachments type. |
| CCAddresses.Factory | A class with methods for creating instances of the CCAddresses type. |
| Smtp.Factory | A class with methods for creating instances of the Smtp type. |
| SMTPAuthenticationTypeEnum.Enum | Internal Use Only. |
| SMTPAuthenticationTypeEnum.Factory | A class with methods for creating instances of the SMTPAuthenticationTypeEnum type. |
| SMTPScheduleOptions.Factory | A class with methods for creating instances of the SMTPScheduleOptions type. |
| ToAddresses.Factory | A class with methods for creating instances of the ToAddresses type. |
This package provides an interface through which the destination options for email can be specified. Two types of options can be set for each destination: global and scheduling. Global options are the default settings for a particular job server. Scheduling options are the default settings for the destination plugin and can be copied to a report. When the report is run, the global and scheduling destination options are compared; the scheduling options override the global options.
Both the global and schedule options are set through the
corresponding object: the DiskUnmanagedScheduleOptions object, FtpScheduleOptions object, or
SmtpScheduleOptions object. Set the global options by using the setDestinationScheduleOptions method of the
Destination object to retrieve the destination plugin. Set the schedule
options by directly querying the CMS InfoStore for the destination plugin. The
query returns the plugin's default object, through which you can access the
destination options object.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||