user857521
user857521

Reputation:

Change account details in Outlook

Using VBA I know it's possible to change the sender account for the emails using .SendUsingAccount

Is it possible to use a single sender account but change the account details just using VBA?

Eg changing an existing email address, server, port, SSL etc without adding a new account.

Upvotes: 1

Views: 126

Answers (1)

Dmitry Streblechenko
Dmitry Streblechenko

Reputation: 66306

Setting the "From" email header is one of the possible solutions: http://www.dimastr.com/redemption/faq.htm#14.

You can also change the account details using Redemption (I am its author): http://www.dimastr.com/redemption/RDOAccount.htm

Upvotes: 2

Related Questions