Get sender address in ItemSend event

F

Franz Wong

K

Ken Slovak

RDO requires purchase of the redistributable version, which I believe costs
US$199. There is no per-use fee, just that one-time cost.

You can only use some other low level API such as Extended MAPI (C++ or
Delphi only), CDO 1.21 (no managed code, high security that will error on
trying to get/set certain properties related to addresses and an optional
installation) and others such low level APIs.

You can use the Outlook object model if you monitor the Items collection in
Sent Items for the Add() event, assuming the items are sent and then stored
in Sent Items. If not you won't be able to use the Outlook object model.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top