krotdetroit.blogg.se

Outlook 2010 send email as alias
Outlook 2010 send email as alias






outlook 2010 send email as alias

Sign in to your Microsoft account if prompted. Go to Manage how you sign in to Microsoft. Note: You can't change your primary alias to an email address that's associated with a work or school account. Under Add an alias, do one of the following:Ĭreate a new email address and add it as an alias.Īdd an existing email address as an alias. Sign in to your Microsoft account, if prompted. You can also sign in with any of your other aliases. Your primary alias will be the email address that appears on your Microsoft devices. Creating alternate addresses to use on websites or apps that force you to register can help keep your personal email address out of the hands of marketers and hackers. lets you have multiple aliases associated with a single account, and you can choose which email address you send email from. You can sign in to your account with any alias-they all use the same password. An alias uses the same inbox, contact list, and account settings as your primary email address. What is an alias?Īn alias is an additional email address associated with your account. If you want to connect another email account to your account, you can add your other email accounts to. If you just need a new name to be associated with your account, you can change your profile photo or name. You'll have to sign out before you can create a new account. If you close your email account, you won't be able to sign in to other Microsoft services you currently use. This will give you a new email address and inbox.

outlook 2010 send email as alias

If you want a completely fresh start, sign out of, then create a new account. You can choose which email address to send mail from, and you can sign in to your account with any of your aliases-they all use the same password. This will give you an additional email address that uses the same inbox, contact list, and account settings as your primary email address. SendUsingAccount = you want to use a new email address with your existing account, follow the instructions in this article to create an email alias. If (i).smtpAddress = emailToSendTo Then accNo = i '''Debug.Print "Acc name: " & (i) & " Acc number: " & i & " email: " & (i).smtpAddress 'Uncomment the Debug.Print command to see all email addresses that belongs to you 'if smtp address=email we want to send to, acc no we are looking for is identifiedįor i = 1 To Set OutApp = CreateObject("Outlook.Application")ĮmailToSendTo = 'put required email address 'chooses an email address and finds the corresponding account number From there on it will call sendFile from where the message will be sent. sendCaller loops through the accounts until it finds this email address. It is also much easier when the user can select the email address rather than account number. If (olAccountTemp.smtpAddress = strFrom) Then

outlook 2010 send email as alias outlook 2010 send email as alias

Set oApp = CreateObject("Outlook.Application") Set oMail = outapp.CreateItem(olMailItem) Set outapp = CreateObject("Outlook.Application") Set outapp = GetObject(, "Outlook.Application")

OUTLOOK 2010 SEND EMAIL AS ALIAS CODE

Is there any way to tell it to send it from a particular account? I am writing my code in MS Access, but using Outlook objects. I am trying to send emails from a specific account but it always sends from my main no matter how much code I try or what I do.








Outlook 2010 send email as alias