IXmsRequest.addRecipientHttp Method 

Add http recipient

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

Return Value

Recipient ID for request

Remarks

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

Document Formats:
· TIF
· PDF

See Also

IXmsRequest Interface | faxcore.sdk.api Namespace