JAMS 6.x Help
SchedulerEventArgs Class Properties


For a list of all members of this type, see SchedulerEventArgs members.

Public Properties
 NameDescription
Public PropertyAlertsCollection of Alerts that are tied to this event.  
Public PropertyAlertTypeReturns the type of Alert that will handle this event.  
Public PropertyDefaultNotifyEMailDefault Notify Email Address  
Public PropertyDefaultNotifyOtherDefault Notify Others  
Public PropertyDefaultNotifyUsersDefault Notify Users  
Public PropertyEventIdGets or sets the SchedulerEventId for this event  
Public PropertyNotifyEMailGets or sets the list of e-mail addresses that should be notified.

Note that an event handler can modify this list and subsequent event handlers will get the modified list.

 
Public PropertyNotifyOtherGets or sets the list of "Other" targets that should be notified.

Note that an event handler can modify this list and subsequent event handlers will get the modified list.

 
Public PropertyNotifyUsersGets or sets the list of users that should be notified.

Note that an event handler can modify this list and subsequent event handlers will get the modified list.

 
Public PropertyServerGets a JAMS Server that can be used when handling this event.  
Top
See Also

Reference

SchedulerEventArgs Class
MVPSI.JAMSScheduler Namespace