Options that affect the behavior of a NotificationTask.
enum NotificationTaskOptionsEnum { ntoCaptureAttachments = 1 };
public enum NotificationTaskOptionsEnum { ntoCaptureAttachments = 1 }
Public Enum NotificationTaskOptionsEnum ntoCaptureAttachments = 1 End Enum
|
Members |
Description |
|
ntoCaptureAttachments = 1 |
Files attached to the notification message are also saved in the job history. |
|
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|