IXmsRequest.addNotificationFile Method (String, String, String, String, String, String, String, String)

Add file notification

[Visual Basic]
Sub addNotificationFile( _
   ByVal sServerName As String, _
   ByVal sLocalPath As String, _
   ByVal sUsername As String, _
   ByVal sPassword As String, _
   ByVal sDomain As String, _
   ByVal sNotificationEvent As String, _
   ByVal sDocumentFormat As String, _
   ByVal sDeliveryTemplate As String _
)
[C#]
void addNotificationFile(
   string sServerName,
   string sLocalPath,
   string sUsername,
   string sPassword,
   string sDomain,
   string sNotificationEvent,
   string sDocumentFormat,
   string sDeliveryTemplate
);

Return Value

Remarks

Notification Event:
· OMS = OnMessageSuccess
· OME = OnMessageError
· ODS = OnDeliverySuccess
· ODE = OnDeliveryError

Document Formats:
· TIF
· PDF

Delivery Template:
· Delivery template to use for notification

See Also

IXmsRequest Interface | faxcore.sdk.api Namespace | IXmsRequest.addNotificationFile Overload List