MAPI_RECEIPT_REQUESTED does not work with Outlook Express

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Giuliano

    MAPI_RECEIPT_REQUESTED does not work with Outlook Express

    an old question:

    I try to get MAPISendMail() with the flag
    MAPI_RECEIPT_RE QUESTED set to work with Outlook Express clients, but not not
    succesful.
    The exact same Simple MAPI code with the above flag set works with all
    Outlook clients, but not Outlook Express.


    Does OE honour this flag in its MAPI interface? What can I do to make OE to
    send insert the appropriate header to the outgoing SMTP mail...
    eg. Return-Receipt-To: aaa bbb <xyz..@abc.co m>

    or
    Disposition-Notification-To: "xxx yyy" xyz...@abc.com

    Now are there solutions?

    Thanks for your help



  • pietlinden@hotmail.com

    #2
    Re: MAPI_RECEIPT_RE QUESTED does not work with Outlook Express

    did you try CDOSys? The automation in OE is not great. or BLAT?

    Comment

    • Giuliano

      #3
      Re: MAPI_RECEIPT_RE QUESTED does not work with Outlook Express



      I use MS Access

      Does anyone have any suggestions?
      Thanks.

      <pietlinden@hot mail.comha scritto nel messaggio
      news:1158197835 .715134.204440@ d34g2000cwd.goo glegroups.com.. .
      did you try CDOSys? The automation in OE is not great. or BLAT?
      >

      Comment

      • pietlinden@hotmail.com

        #4
        Re: MAPI_RECEIPT_RE QUESTED does not work with Outlook Express

        Yeah, I figured you did. But Access can NOT send e-mails by itself.
        If I remember correctly, it uses simple MAPI (basically like OE). If
        you want more functionality, you need to use a different mail
        application or library, like CDO or BLAT. You can download the CDO
        libraries from Microsoft.

        Comment

        Working...