#Change default outlook email account code
Note: This VBA code have successfully tested in Outlook 2007, 20, but don’t carry out in Exchange 20. In Outlook 2007, please click Tools > Account Settings. After running the VBA code, a RE-Message window will pop up automatically with the specific account showing in the From field, please compose the email and then click Send button to send it. In Outlook 20, please click File > Info > Account Settings > Account Settings. And then press F5 key to run the VBA code.ħ. After pasting the above VBA code into the dialog box, please replace the “ your account name” with the specific email account which you want always reply from. If oAccount.DisplayName = "your account name" Then Public Sub ReplyBySpecAccount()įor Each oAccount In VBA: always reply emails from specific account in Outlook. Copy and paste the below VBA code into the dialog box. And then double click the ThisOutlookSession to open the VbaProject.OTM dialog box.Ĥ. Expand the Project1 > Microsoft Outlook Objects by double-clicking them. Please press Alt + F11 to open the Microsoft Visual Basic for Applications dialog box.ģ. Select an email that you want to reply to.Ģ. With VBA code, you can easily reply emails from a specific account in Outlook as follows.ġ. If you have multiple email accounts but just want to reply emails with a specific account, what can you do? With this tutorial, you can learn several tricks for always replying emails from specific account in Outlook.Īlways reply emails from specific account with VBA codeĪlways reply emails from default account with Kutools for OutlookĪlways reply emails from specific account in Outlook with VBA code Under Send Messages, check the box Always use the default account when composing new messages.How to always reply emails from specific account in Outlook?īy default, Outlook replies emails through the account which the emails have received. If you want to use the default email account when clicking New Email regardless what account or folder you start from use the following steps. Select File > Account Settings > Account Settings.įrom the list of accounts on the Email tab, select the account you want to use as the default account.Īlways use the default email account for sending new email You can change your default email account using the following steps. Select Options, then select From in the Show Fields group on the ribbon. Once you add the From button, you can't remove it unless you remove all but one email account from Outlook. If you have multiple email accounts, you can add the From button manually. To view the From button, you'll need to add another email account.
If you see the Send button, but don’t see the From button, the typical cause is that your Outlook profile contains only one email account. In the message window, above to To button, click From. You can change which account is used to send a message. Her default account is Her second account is If Cheryl receives an email message from Chester at her account, when she replies to Chester's message, her reply will be sent using If she creates a new message to Chester that's not a reply or a forward, the message will be sent using her account. However, if you want to Reply, Reply All, or Forward a message, Outlook will send your message with the same account the original mail was sent to. If you have multiple accounts in Outlook, when you compose a new email message, Outlook picks the default account as the From account.