|
adTempus API
|
The NotificationOptions object holds SMTP e-mail notification settings for adTempus.
__interface INotificationOptions : IDispatch;
public interface INotificationOptions : IDispatch;
Public Interface INotificationOptions Inherits IDispatch
You may specify a primary and a backup e-mail server. If adTempus is unable to deliver a message using the primary server, it attempts to send the message using the backup server.
To get the settings for the server use Scheduler.GetNotificationOptions.
|
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|