IXmsRequest.addRecipientFaxRaw Method (String, Boolean, Boolean)

Add fax recipient from address book with email notification

[Visual Basic]
Function addRecipientFaxRaw( _
   ByVal sContactName As String, _
   ByVal bNotifyOnSuccess As Boolean, _
   ByVal bNotifyOnError As Boolean _
) As String
[C#]
string addRecipientFaxRaw(
   string sContactName,
   bool bNotifyOnSuccess,
   bool bNotifyOnError
);

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