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

Add fax recipient with email notification

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

Return Value

Recipient ID for request

Remarks

See Also

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