W
Wolf Remove-YourHat
Problem:
I want to be able to confirm (and if necessary,
change) the account sending an email in outlook 2000.
Detail:
When processing my outgoing email in
Application_ItemSend I can't find/figure out how to access
where the sending account can be inspected and/or changed.
Some of the wrong stuff I've tried (MailItem.SenderName &
CDO MAPI.Message.Sender.Address) was from thinking that
the sender was already embedded in the message. I'm pretty
sure I have to get at the "Send message using" value (in
the outlook mail editor -> toolbar -> Options -> "Send
message using" ddl), but I'm having trouble.
thanks
Wolf
I want to be able to confirm (and if necessary,
change) the account sending an email in outlook 2000.
Detail:
When processing my outgoing email in
Application_ItemSend I can't find/figure out how to access
where the sending account can be inspected and/or changed.
Some of the wrong stuff I've tried (MailItem.SenderName &
CDO MAPI.Message.Sender.Address) was from thinking that
the sender was already embedded in the message. I'm pretty
sure I have to get at the "Send message using" value (in
the outlook mail editor -> toolbar -> Options -> "Send
message using" ddl), but I'm having trouble.
thanks
Wolf