Outlook sendmail callback

Giganews Newsgroups
Subject:Outlook sendmail callback
Posted by: daniel sr (daniel.rai…@fiserv.com)
Date:Fri, 27 Feb 2009

Currently we have our own email editor (delphi application) tied into
our application. Once the user is ready to send the email, we simply use
the MAPI.pas unit that comes with delphi 6.

I would like to use the users default MAPI editor, outlook, whatever.

However I need to know what the user actually sent in the email not just
whether or not the email was sent. (liability)

Using the simple mapi that delphi 6's mapi.pas includes, there is no
method of knowing what the user actually emailed if I use the ShowDialog
option. All I know is if the email was sent successfully or not.

Can extended MAPI or any third party MAPI products allow either a
callback system or some method of knowing what was actually emailed and
still use the default MAPI editor?

Replies