IXmsRequest.addRecipientFtp Method 

Add ftp recipient

[Visual Basic]
Function addRecipientFtp( _
   ByVal sAddress As String, _
   ByVal sUsername As String, _
   ByVal sPassword As String, _
   ByVal sDocumentFormat As String _
) As String
[C#]
string addRecipientFtp(
   string sAddress,
   string sUsername,
   string sPassword,
   string sDocumentFormat
);

Return Value

Recipient ID for request

Remarks

Document Formats:
· TIF
· PDF

See Also

IXmsRequest Interface | faxcore.sdk.api Namespace