Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   How to change account used for replies from default (http://www.outlookbanter.com/outlook-vba/100156-how-change-account-used-replies.html)

deeceem February 15th 10 11:10 PM

How to change account used for replies from default
 
Hi

I am using OL2007 on exchange 2007, have pretty minimal VBA skills (mainly
in excel).

I have several email addresses (a,b,c) which are all funnelled via my
exchange account (d). The problem is that when i reply to an email sent to
account a, OL automatically uses my exchange account (d).

Is it possible to change this using vba so that outlook chooses the same
account to send that the email was sent to?

thanks

David M

Dmitry Streblechenko February 15th 10 11:17 PM

How to change account used for replies from default
 
If the message was retrieved (pulled) using an SMTP account, the replies
will be sent using the right account - on the low level, the message gets
stampted with the name and id of the accoutn used to retrieve the message.
If you simply forward (push) the messages from your POP3/IMAP/etc server to
your Exchange account, there is no way for Outlook/Exchange to know which
account should be used.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"deeceem" wrote in message
...
Hi

I am using OL2007 on exchange 2007, have pretty minimal VBA skills (mainly
in excel).

I have several email addresses (a,b,c) which are all funnelled via my
exchange account (d). The problem is that when i reply to an email sent to
account a, OL automatically uses my exchange account (d).

Is it possible to change this using vba so that outlook chooses the same
account to send that the email was sent to?

thanks

David M




deeceem February 16th 10 01:00 AM

How to change account used for replies from default
 


"Dmitry Streblechenko" wrote:

If the message was retrieved (pulled) using an SMTP account, the replies
will be sent using the right account - on the low level, the message gets
stampted with the name and id of the accoutn used to retrieve the message.
If you simply forward (push) the messages from your POP3/IMAP/etc server to
your Exchange account, there is no way for Outlook/Exchange to know which
account should be used.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"deeceem" wrote in message
...
Hi

I am using OL2007 on exchange 2007, have pretty minimal VBA skills (mainly
in excel).

I have several email addresses (a,b,c) which are all funnelled via my
exchange account (d). The problem is that when i reply to an email sent to
account a, OL automatically uses my exchange account (d).

Is it possible to change this using vba so that outlook chooses the same
account to send that the email was sent to?

thanks

David M



.


deeceem February 16th 10 01:01 AM

How to change account used for replies from default
 
But in Outlook the correct email address shows up in the 'sent to' field - ie
the address that the sender used, which is then forwarded on. So why can't
outlook see that address?

"Dmitry Streblechenko" wrote:

If the message was retrieved (pulled) using an SMTP account, the replies
will be sent using the right account - on the low level, the message gets
stampted with the name and id of the accoutn used to retrieve the message.
If you simply forward (push) the messages from your POP3/IMAP/etc server to
your Exchange account, there is no way for Outlook/Exchange to know which
account should be used.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"deeceem" wrote in message
...
Hi

I am using OL2007 on exchange 2007, have pretty minimal VBA skills (mainly
in excel).

I have several email addresses (a,b,c) which are all funnelled via my
exchange account (d). The problem is that when i reply to an email sent to
account a, OL automatically uses my exchange account (d).

Is it possible to change this using vba so that outlook chooses the same
account to send that the email was sent to?

thanks

David M



.


Dmitry Streblechenko February 16th 10 05:02 PM

How to change account used for replies from default
 
Why should it? If you were BCC'ed, your e-mail address would not even be in
the recipeints list.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"deeceem" wrote in message
...
But in Outlook the correct email address shows up in the 'sent to' field -
ie
the address that the sender used, which is then forwarded on. So why can't
outlook see that address?

"Dmitry Streblechenko" wrote:

If the message was retrieved (pulled) using an SMTP account, the replies
will be sent using the right account - on the low level, the message gets
stampted with the name and id of the accoutn used to retrieve the
message.
If you simply forward (push) the messages from your POP3/IMAP/etc server
to
your Exchange account, there is no way for Outlook/Exchange to know which
account should be used.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"deeceem" wrote in message
...
Hi

I am using OL2007 on exchange 2007, have pretty minimal VBA skills
(mainly
in excel).

I have several email addresses (a,b,c) which are all funnelled via my
exchange account (d). The problem is that when i reply to an email sent
to
account a, OL automatically uses my exchange account (d).

Is it possible to change this using vba so that outlook chooses the
same
account to send that the email was sent to?

thanks

David M



.




deeceem February 16th 10 11:31 PM

How to change account used for replies from default
 
Ok, but is there a way to get outlook to ask me which account to use to help
me use the right account?

"Dmitry Streblechenko" wrote:

Why should it? If you were BCC'ed, your e-mail address would not even be in
the recipeints list.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"deeceem" wrote in message
...
But in Outlook the correct email address shows up in the 'sent to' field -
ie
the address that the sender used, which is then forwarded on. So why can't
outlook see that address?

"Dmitry Streblechenko" wrote:

If the message was retrieved (pulled) using an SMTP account, the replies
will be sent using the right account - on the low level, the message gets
stampted with the name and id of the accoutn used to retrieve the
message.
If you simply forward (push) the messages from your POP3/IMAP/etc server
to
your Exchange account, there is no way for Outlook/Exchange to know which
account should be used.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"deeceem" wrote in message
...
Hi

I am using OL2007 on exchange 2007, have pretty minimal VBA skills
(mainly
in excel).

I have several email addresses (a,b,c) which are all funnelled via my
exchange account (d). The problem is that when i reply to an email sent
to
account a, OL automatically uses my exchange account (d).

Is it possible to change this using vba so that outlook chooses the
same
account to send that the email was sent to?

thanks

David M


.



.


Dmitry Streblechenko February 17th 10 04:33 PM

How to change account used for replies from default
 
No, you would have to write your own script.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"deeceem" wrote in message
...
Ok, but is there a way to get outlook to ask me which account to use to
help
me use the right account?

"Dmitry Streblechenko" wrote:

Why should it? If you were BCC'ed, your e-mail address would not even be
in
the recipeints list.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"deeceem" wrote in message
...
But in Outlook the correct email address shows up in the 'sent to'
field -
ie
the address that the sender used, which is then forwarded on. So why
can't
outlook see that address?

"Dmitry Streblechenko" wrote:

If the message was retrieved (pulled) using an SMTP account, the
replies
will be sent using the right account - on the low level, the message
gets
stampted with the name and id of the accoutn used to retrieve the
message.
If you simply forward (push) the messages from your POP3/IMAP/etc
server
to
your Exchange account, there is no way for Outlook/Exchange to know
which
account should be used.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"deeceem" wrote in message
...
Hi

I am using OL2007 on exchange 2007, have pretty minimal VBA skills
(mainly
in excel).

I have several email addresses (a,b,c) which are all funnelled via
my
exchange account (d). The problem is that when i reply to an email
sent
to
account a, OL automatically uses my exchange account (d).

Is it possible to change this using vba so that outlook chooses the
same
account to send that the email was sent to?

thanks

David M


.



.




Michael Bauer [MVP - Outlook] March 24th 10 08:07 AM

How to change account used for replies from default
 


The 'VBOffice SAM' Add-in can do that. For details see the link in my
signature please.

--
Best regards
Michael Bauer - MVP Outlook
Category Manager - Manage and share your categories:
SAM - The Sending Account Manager:
http://www.vboffice.net/product.html?lang=en


Am Tue, 16 Feb 2010 15:31:02 -0800 schrieb deeceem:

Ok, but is there a way to get outlook to ask me which account to use to

help
me use the right account?



All times are GMT +1. The time now is 11:37 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com