IXmsRequest.addNotificationHttp Method (String, String, String, String, String, String, String)

Add http notification

[Visual Basic]
Sub addNotificationHttp( _
   ByVal sAddress As String, _
   ByVal sUsername As String, _
   ByVal sPassword As String, _
   ByVal sDomain As String, _
   ByVal sAuthenticationType As String, _
   ByVal sNotificationEvent As String, _
   ByVal sDocumentFormat As String _
)
[C#]
void addNotificationHttp(
   string sAddress,
   string sUsername,
   string sPassword,
   string sDomain,
   string sAuthenticationType,
   string sNotificationEvent,
   string sDocumentFormat
);

Return Value

Remarks

Authentication Types:
· B = Basic
· D = Digest
· K = Kerberos
· P = Passport
· W = Windows

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

Document Formats:
· TIF
· PDF

See Also

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