PDA

View Full Version : How to select a particular POP3 account as the email sender



Confused_99
07-25-2007, 07:52 AM
Hi,

I have 2 POP3 mail accounts running in Outlook. One of these POP3 accounts is set to be the default mail account.

When I create a new mail, by default it will be sent from this main account

The same happens when writing VBA Code. When I create a new Outlook.MailItem and send it, the mail is sent from my default account.

Here is my problem:- When creating the email through VBA code, I want to be able to specify which of my POP3 accounts it should be sent from. Is this possible or will it always just go from the 'default' account?