in reply to Win32::OLE Outlook help requested
After looking at the Object Browser from the Visual Basic Editor in Outlook, (Tools->Macro->Visual Basic Editor), I've found an object/property/thingummy named ReplyRecipients in the Mailitem class. This apparently returns a collection of Recipients for the mail message.
I've not tried it, so I've got no idea if that works. If it does, then all well and good, if it doesn't, then I'd suggest looking in the Object Browser, as it has a reasonable search option.
cheersUpdate: I forgot to mention that there doesn't seem to be any way to extract the mail header. But you may be able to save the message as plain text (I don't know if Outlook can do this), then munge it using something like Mail::Header.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Win32::OLE Outlook help requested
by Solo (Deacon) on Dec 01, 2002 at 07:31 UTC |