G
Graham Charles
Hey, all:
I've been using a mixture of Extended MAPI calls and the SafeOutlook library
to retrieve properties of messages on receipt, but I'm having trouble
extracting those properties during the Application_ItemSend event,
specifically the Recipient list.
I've used many different methods to try to get at the recipient list
(including retrieving the table), but they all come up empty. In short:
oMailItem.Recipients.Count ' using an Outlook MailItem
object.
returns 1, while
oSafeMailItem.Recipients.Count ' using the SafeMailItem that wraps
extended MAPI...
returns 0. The recipients table is empty.
Is this a known problem with _ItemSend()? Is there a workaround? (At the
moment, I'm running this as VBA code, but will probably evenutally port to a
COM add-in.)
Thanks,
g.
Graham Charles
Ars Indicii Information Design
(e-mail address removed)
I've been using a mixture of Extended MAPI calls and the SafeOutlook library
to retrieve properties of messages on receipt, but I'm having trouble
extracting those properties during the Application_ItemSend event,
specifically the Recipient list.
I've used many different methods to try to get at the recipient list
(including retrieving the table), but they all come up empty. In short:
oMailItem.Recipients.Count ' using an Outlook MailItem
object.
returns 1, while
oSafeMailItem.Recipients.Count ' using the SafeMailItem that wraps
extended MAPI...
returns 0. The recipients table is empty.
Is this a known problem with _ItemSend()? Is there a workaround? (At the
moment, I'm running this as VBA code, but will probably evenutally port to a
COM add-in.)
Thanks,
g.
Graham Charles
Ars Indicii Information Design
(e-mail address removed)