IXmsRequest.addRecipientFaxRaw Method (String, String, String, String, String)

Add fax recipient

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

Return Value

Recipient ID for request

Remarks

Fax number will be sent to the telco resource without parsing or modification

See Also

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