Quick Answer
Outlook identifies itself by your default profile’s primary SMTP address — set at File > Account Settings > Account Settings… > Email tab > double-click your main account > check 'Make this my default account' and verify the 'E-mail Address' field matches your organizational UPN (e.g., name@alibaba.com). If it doesn’t, Outlook treats you as a secondary user — with limited delegation rights, incorrect time zone mapping, and inconsistent calendar publishing.Step-by-Step Walkthrough
- Open Account Settings: Click File > Account Settings > Account Settings…. Don’t click 'Manage Profiles' — that’s for advanced multi-profile setups. You want the Email tab.
- Select Your Main Account: In the Email tab, highlight the account tied to your official @alibaba.com address. Right-click it and choose Edit. Do not edit the 'Auto Account Setup' entry — that’s a placeholder.
- Verify the E-mail Address Field: In the Edit Account window, look at the top field labeled E-mail Address. This must match your full corporate SMTP address — exactly. No aliases. No old @alibaba-intl.com variants. No typos. If it says 'name@alibaba-intl.com', that’s the problem.
- Fix the Default Account Flag: Back in the Email tab, ensure the checkbox Make this my default account is ticked *only* for your primary @alibaba.com account. If two accounts are checked, Outlook gets confused — especially during calendar sync and delegate access.
- Confirm Profile Identity: Go to File > Office Account (bottom-left). Under 'User Information', check the email shown. This must match the 'E-mail Address' from Step 3. If it shows a different address — say, your personal Gmail — Outlook is running under a mismatched identity profile.
- Restart Outlook in Safe Mode (if needed): Hold Ctrl while launching Outlook. Release only when prompted “Do you want to start Outlook in Safe Mode?” Click Yes. Then repeat Steps 1–5. Safe Mode bypasses add-ins that sometimes hijack profile loading.
Common Pitfalls
- You added your work account second: Outlook auto-selects the first account added as default — even if it’s an old test account or personal Gmail. That fake 'default' then controls time zone, calendar sharing rules, and reply-from behavior. You won’t see an error. Just broken delegation.
- You edited the wrong account entry: Outlook often creates duplicate entries — one labeled 'Microsoft 365 Exchange' and another 'IMAP'. Editing the IMAP version changes nothing for calendar or contacts. Only the Exchange (or Microsoft 365) account controls identity.
- You changed your UPN in Azure AD but didn’t refresh Outlook: Even after IT updates your User Principal Name (UPN) in Azure Admin Center, Outlook caches the old identity for up to 72 hours. You must manually force a reload: File > Account Settings > Account Settings… > select account > Repair.
- You’re using Outlook Web App (OWA) and assume it’s identical: OWA pulls identity directly from Azure AD — no local profile corruption possible. But desktop Outlook uses cached credentials + local profile binding. If your desktop shows 'name@alibaba-intl.com' but OWA shows 'name@alibaba.com', your desktop profile is stale.
Pro Tips
Most people fix the email address and stop. These three moves separate the users who get it working — and those who keep fighting sync errors for months.
- Use Alt+H+N to instantly check your current identity: With Outlook open, press Alt+H (Home tab), then N (New Items). Look at the 'From' dropdown. The top address — bolded — is Outlook’s active identity. If it’s not your @alibaba.com address, nothing else matters until you fix that.
- Delete the 'outlookprofile.dat' file (Windows only): Navigate to
%localappdata%\Microsoft\Outlook. Find and deleteoutlookprofile.dat. This forces Outlook to rebuild your identity layer from scratch on next launch — without deleting mail or settings. Works 9 out of 10 times when 'Repair' fails. - Mobile Outlook doesn’t use profiles — but it inherits desktop misconfigurations: iOS/Android Outlook apps pull identity from your signed-in Microsoft account. But if your desktop Outlook has corrupted delegation tokens (from mismatched identity), those tokens sync to mobile via the cloud — causing 'You don’t have permission' errors on shared calendars. Fix desktop first. Mobile follows automatically within 15 minutes.
Troubleshooting
If the steps above don’t resolve 'what Outlook' confusion, here’s what’s really happening — and how to fix it.
Outlook 2016 and earlier: Doesn’t support modern authentication token binding. If your org migrated to Conditional Access or MFA-only sign-in, these versions fall back to cached Basic Auth — and often bind to an outdated UPN. Upgrade to Outlook 365 or at minimum Outlook 2019.
Admin-enforced policies: Some Alibaba IT teams disable 'Make this my default account' via Group Policy (HKLM\Software\Policies\Microsoft\Office\16.0\Outlook\Options\Accounts\DisableDefaultAccountSelection). If the checkbox is grayed out, contact IT — not Outlook support.
Shared Windows logins: If you share a workstation with another employee, Outlook may load *their* cached profile instead of yours — especially if they logged in first. Sign out of Windows completely, then sign back in with your credentials before launching Outlook.
Hybrid Exchange environments: When mailboxes live partly on-prem and partly in cloud, Outlook sometimes reads the legacyExchangeDN attribute instead of UPN. Run Ctrl+Right-click the Outlook icon in the taskbar > Test E-mail AutoConfiguration. Check the 'Primary SMTP Address' line — not the 'Server' line. That’s your real identity.
| Action | Shortcut | Alt Sequence | Notes |
|---|---|---|---|
| Open Account Settings | None | Alt+F, T | File > Account Settings > Account Settings… |
| Check current 'From' identity | Alt+H+N | Alt+H, N | Shows active identity in New Message dialog |
| Start Outlook in Safe Mode | Ctrl while launching | N/A | Bypasses all add-ins and startup scripts |
| Test AutoConfiguration | Ctrl+Right-click taskbar icon | N/A | Reveals actual SMTP binding used by Outlook |
| Open Office Account page | None | Alt+F, A | Confirms UPN match with Azure AD |
| Edit primary account | None | In Account Settings, double-click entry | Only edit Exchange/Microsoft 365 accounts — not IMAP |
| Force profile rebuild | None | Delete outlookprofile.dat manually | File location: %localappdata%\Microsoft\Outlook |