GetNotificationOptionsObject
Description
Gets an object of type Options, this allows additional Notification options to be set allowing for finer control over the Notification Processor
Syntax
Function GetNotificationOptionsObject() as Options
Parameters
None
Return
Returns an object of type Options or throws an exception
Example
'create PentagonDOCS Notifications Processor object
Set ExDOCSNotification = GetExtensionObject("PentagonDOCS.Notifications")
'get a settings object
Dim options : set options = ExDOCSNotification.GetNotificationOptionsObject()