------ Register to get rid of these "In Post" ads! ------
Unless you explicly remove the old signature and insert teh new onee, I
don't think there is a way to force Outlook to do that for you.
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Josh" <jgordon428@gmail.com> wrote in message
news:447e7776-0d0f-4e86-86ac-1b8dd6c460ea@u46g2000hsc.googlegroups.com...
On Oct 24, 5:34 pm, "Dmitry Streblechenko" <dmi...@dimastr.com> wrote:
> 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)http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
> -"Josh" <jgordon...@gmail.com> wrote in message
>
> news:2d5c4e66-6cf2-4cac-97ad-2e2b4e57252f@q9g2000hsb.googlegroups.com...
>
> 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
Sorry if this is double-posting, I don't see my recent reply. I got
the sending portion working using a timer. This is almost complete,
but the signature issue remains. Now the original message gets
canceled, the account gets changed, and then a second later it resends
with the new account. What's the best way to change the signature at
this point? Technically the email is still being displayed on screen
so the user can see the changes. I've seen some suggestions of using
word bookmarks or reading the signature directly from the registry,
but I was wondering if you had a suggestion for the best way to do
that.
Thanks,
Josh