IXmsRequest.addNotificationFtp Method (String, String, String, String, String)

Add ftp notification

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

Return Value

Remarks

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

Document Formats:
· TIF
· PDF

See Also

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