Package com.businessobjects.enterprise.smtp

This package provides an interface through which the destination options for email can be specified.

See:
          Description

Interface Summary
Attachment An XML Attachment(@http://enterprise.businessobjects.com/3.0/smtp).
Attachments An XML Attachments(@http://enterprise.businessobjects.com/3.0/smtp).
CCAddresses An XML CCAddresses(@http://enterprise.businessobjects.com/3.0/smtp).
Smtp An XML Smtp(@http://enterprise.businessobjects.com/3.0/smtp).
SMTPAuthenticationTypeEnum An XML SMTPAuthenticationTypeEnum(@http://enterprise.businessobjects.com/3.0/smtp).
SMTPScheduleOptions An XML SMTPScheduleOptions(@http://enterprise.businessobjects.com/3.0/smtp).
ToAddresses An XML ToAddresses(@http://enterprise.businessobjects.com/3.0/smtp).
 

Class Summary
Attachment.Factory A factory class with static methods for creating instances of this type.
Attachments.Factory A factory class with static methods for creating instances of this type.
CCAddresses.Factory A factory class with static methods for creating instances of this type.
Smtp.Factory A factory class with static methods for creating instances of this type.
SMTPAuthenticationTypeEnum.Enum Enumeration value class for com.businessobjects.enterprise.smtp.SMTPAuthenticationTypeEnum.
SMTPAuthenticationTypeEnum.Factory A factory class with static methods for creating instances of this type.
SMTPScheduleOptions.Factory A factory class with static methods for creating instances of this type.
ToAddresses.Factory A factory class with static methods for creating instances of this type.
 

Package com.businessobjects.enterprise.smtp Description

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.

Retrieving and setting global and schedule destination 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.