Send mail with delivery receipt

JAJ
JAJ Member Posts: 52
Is it posible to send mail with delivery receipt in NAV?

Answers

  • matttrax
    matttrax Member Posts: 2,309
    I don't think you can with the standard Mail codeunits and automation variables (could be wrong). If you use Outlook, though, you can create a custom script that does what you require. I've done it several times.
  • JAJ
    JAJ Member Posts: 52
    Thank you for your answer. But, Can you show me how?
  • gvolkov
    gvolkov Member Posts: 196
    Check this link:
    http://msdn.microsoft.com/en-us/library ... 80%29.aspx

    You will find that one of the properties sets the delivery receipt setting.

    Of course you will need to format the code so that NAV compiles it properly, so you get the idea.
    Microsoft Certified Technology Specialist
    Microsoft Certified Business Management Solutions Professional
    Microsoft Certified Business Management Solutions Specialist

    http://www.navisiontech.com
  • JAJ
    JAJ Member Posts: 52
    Thank you ver much. I've Done. I used the 'Microsoft Outlook 11.0 Object Library'.MailItem in NAV.

    Regards