F
Frank
First Question Ever (Yay!)
I have a need to programmatically (VSTO) capture data from outgoing emails
when produced by a mail merge in Word. I've been over the Word (2003) object
model and I see that the mailmerge.execute will generate those emails, but I
can't find any more detail than that.
I'm curious what the events are that acually generate the mailitems... I
assume at some point Word leverages Outlook's mechanisms to create,send, but
Im not sure if this is inside Word's scope, or maybe inside Outlook's realm
of control.
Anyway, I want to reference the mailitems as they're sent so I can glean the
information I need to. I already have the ability to digest mailitems from
within a plug in in Outlook, I just need to make sure I can do the same thing
from Word's outgoing emails.
Any help would be GREATLY apprecaited, thanks in advance,
Frank
I have a need to programmatically (VSTO) capture data from outgoing emails
when produced by a mail merge in Word. I've been over the Word (2003) object
model and I see that the mailmerge.execute will generate those emails, but I
can't find any more detail than that.
I'm curious what the events are that acually generate the mailitems... I
assume at some point Word leverages Outlook's mechanisms to create,send, but
Im not sure if this is inside Word's scope, or maybe inside Outlook's realm
of control.
Anyway, I want to reference the mailitems as they're sent so I can glean the
information I need to. I already have the ability to digest mailitems from
within a plug in in Outlook, I just need to make sure I can do the same thing
from Word's outgoing emails.
Any help would be GREATLY apprecaited, thanks in advance,
Frank