How to enable e-mail receipt of delivery notification to sender using Faxcomex.dll

  • Thread starter Thread starter hevil
  • Start date Start date
H

hevil

I have written web service in c# to send faxes using the FAXCOMEXLib,but I
don't konow how to enable e-mail receipt of delivery notification to sender
in code , who can help me?
Thanks
 
To set the Receipts Options for the service, refer to FaxReceiptOptions
Class

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fax/faxinto_z_8k4z.asp

For message setting, refer to FaxDocument Class. It has properties like
AttachFaxToReceipt, GroupBroadcastReceipts, ReceiptAddress.

--
---

Renu Bhattar [MSFT]

Microsoft Printing, Imaging and Faxing
This posting isprovided "AS IS" with no warranties and confers no rights.
Please do not send mail directly to this alias. This alias is for newsgroup
purposes only.
 
Back
Top