IXmsRequest.addRecipientFax Method (String, Boolean, Boolean)

Add fax recipient from address book with email notification

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

Return Value

Recipient ID for request

Remarks

See Also

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