Personal Information Manager (PIM) application: Part of Microsoft Office 2010
Internal Version: 14.0.
A personal information manager (PIM) with mail functionality, address book, calendar, to-do-list, notes and so on...
Selected Test Results (selected in 'Test Results' table below)
What works
Sending / receiving email from / to Exchange server and Office 365 (!!)
Calender
Tasks
Notes
What does not
Adding Office 365 accounts, see below for workaround
What was not tested
Non-Exchange accounts.
Additional Comments
I just got Outlook 2010 to work WITH Office 365 on wine 1.5.29 (1.5.30 does not work on my PC for some reason)
Would like to share how:
- First, you need a Windows install (VM, dual boot)
- Create all the profiles you need in Windows
- Export the registry key HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles.
- Install Outlook in a clean (!) prefix
- Import the registry file previously exported
- Apply the following DLL overrides via winecfg:
+ riched20 (native)
+ rpcrt4 (native, builtin)
+ winhttp (native, builtin)
+ wininet (native, builtin)
I have 2 mail accounts; 1 configured with a on-premise Exchange server, and 1 mail account in the Office 365 Cloud.
Outlook is unstable this way, but when debugging is enabled, it seems more stable for reasons unknown (race condition somewhere?)
I start Outlook using the following commandline:
WINEPREFIX="/home/wineprefix/Outlook2010" WINEDEBUG="warn+dll" /home/wine/bin/wine /home/wineprefix/Outlook2010/drive_c/Microsoft\ Office/Office14/OUTLOOK.EXE
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
Re: Office 365
by Will Marler on Thursday May 2nd 2013, 14:02
I'm not familiar with Office 365, but it sounds like it's an Exchange service hosted "in the cloud." If so, it's similar to what I'm trying to get working, though through a different provider. Like you: no success.
I get a few "err" reports if I launch via These are the errors output on the command line:
err:winhttp:netconn_secure_connect send failed
err:rpc:rpcrt4_ncacn_ip_tcp_open couldn't connect to west.exch028.serverdata.net:135
err:ole:RpcEpResolveBinding ept_map failed for ifid {8a885d04-1ceb-11c9-9fe8-08002b104860}, protseq ncacn_ip_tcp, networkaddr west.exch028.serverdata.net
I tried using the native library overrides for winhttp, wininet, rpct4, riched32, and riched20, but no luck.
Exchange issues solved
by Matthew Shapiro on Wednesday April 17th 2013, 13:04
Trying to get exchange email set up with outlook 2007 failed, with a never ending password denial window popping up, and messages about not being on line. Microsoft had a tech note solution:
Outlook 2007
Click Start, click Run, type regedit in the Open box, and then click OK.
Locate and then click the following subkey:
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\RPC
On the Edit menu, point to New, and then click DWORD Value.
Type DefConnectOpts, and then press ENTER.
Right-click DefConnectOpts, and then click Modify.
In the Value data box, type 0, and then click OK.
Exit Registry Editor.
The problem is that the RPC key didn't exist. The fix is to add the RPC key, then add the DefConnectOpts DWORD and set it to 0 (it was by default).
Outlook exchange mail now works.
Turn off Cached Mode
by Mike Rosile on Thursday January 10th 2013, 10:03
I've had better success with using Outlook 2010 (32-bit) after I disabled Cached Mode. The downside of course is that you always have to be 'online' in order to use Outlook.
With cached mode enabled I noticed Outlook would randomly crash within seconds after Outlook started, as it was downloading messages.
I also noticed that synchronizing with any SharePoint (2007) lists does not seem to work.
Office 365
by Mark Carbonaro on Monday September 10th 2012, 20:25
Has anyone had any luck hooking Outlook to Office 365 hosted Exchange? It seems that using http to connect doesn't work yet, but could just be my setup.
Cannot send/receive email from IMAP account
by eeque on Tuesday July 17th 2012, 10:18
Hey,
I get a 0x800CCC14 (TCP/IP initialization) error whenever I try to sync to a Gmail account.
I'm on Arch Linux x86_64 using Wine 1.5.8. The rest of Office 2010 runs alright.
1. Unable to open a pst file. When I click on File > Open > Open Outlook Data File error message occurs: "You don't have appropriate permission to perform this operation".
2. Outlook does not reconnect after stadnby. I need to close the application, kill all .exe processes and launch Outlook again.