IXmsRequest.addRecipientFax Method (String, String, String, String, String)

Add fax recipient

[Visual Basic]
Function addRecipientFax( _
   ByVal sName As String, _
   ByVal sCompany As String, _
   ByVal sPhone As String, _
   ByVal sFax As String, _
   ByVal sEmail As String _
) As String
[C#]
string addRecipientFax(
   string sName,
   string sCompany,
   string sPhone,
   string sFax,
   string sEmail
);

Return Value

Recipient ID for request

Remarks

See Also

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