IXmsRequest.addRecipientFile Method 

Add file recipient

[Visual Basic]
Function addRecipientFile( _
   ByVal sServerName As String, _
   ByVal sLocalPath As String, _
   ByVal sDocumentFormat As String _
) As String
[C#]
string addRecipientFile(
   string sServerName,
   string sLocalPath,
   string sDocumentFormat
);

Return Value

Recipient ID for request

Remarks

Document Formats:
· TIF
· PDF

See Also

IXmsRequest Interface | faxcore.sdk.api Namespace