Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook VBA Programming
Setting Send-From Account in VBA
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Dmitry Streblechenko, post: 4877764"] Outlook changes the signature when the user sees the message and can correct any problem. AS for sending, it looks like Outlook prevents you from recursively calling Send: you will need to cancel the ItemSend event, store the message entry id i n a variable, reopen the message using Namespace.GetItemFromID at a later point (timer event handler?) and call Send again. -- Dmitry Streblechenko (MVP) [URL]http://www.dimastr.com/[/URL] OutlookSpy - Outlook, CDO and MAPI Developer Tool - Well, when you change the account manually on a message, it updates the signature. So, I assumed there was a way that you could do it programatically as well. Any thoughts on the other question about how to resend the message after the account has been manually changed? Thanks, Josh [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook VBA Programming
Setting Send-From Account in VBA
Top