adTempus API
PreviousUpNext
INotificationOptions Interface

The NotificationOptions object holds SMTP e-mail notification settings for adTempus.

C++
__interface INotificationOptions : IDispatch;
C#
public interface INotificationOptions : IDispatch;
Visual Basic
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