Get sender address in ItemSend event

  • Thread starter Thread starter Franz Wong
  • Start date Start date
F

Franz Wong

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.
 
Back
Top