Penguin
Blame: MicrosoftOutlook
EditPageHistoryDiffInfoLikePages
Annotated edit history of MicrosoftOutlook version 2, including all changes. View license author blame.
Rev Author # Line
2 CraigBox 1 Outlook (now MicrosoftOffice Outlook as of v2003) is MicrosoftCorporation's GroupWare client. [They describe it|http://www.microsoft.com/office/outlook/default.asp] as a "PersonalInformationManager and communication solution."
1 CraigBox 2
2 CraigBox 3 Immensely popular with corporate users due to its strong (and closed) integration with server product MicrosoftExchange via [MAPI]. Outlook also talks open protocols such as [IMAP] and [POP3]. With closed-source addons such as Bynari's InsightConnector or the ~OpenGroupware.org plugin, you can use Outlook to do shared calendaring against a database or IMAP backend.
1 CraigBox 4
2 CraigBox 5 There are [lots of addons|http://directory.google.com/Top/Computers/Software/Internet/Clients/Mail/Windows/Microsoft_Outlook/?tc=1] for it, and you can write anything you want to add to it with VisualBasic.
1 CraigBox 6
2 CraigBox 7 Criticised for a chequered security history which lead to the propogation of dozens of internet worms. Recent versions have addressed most of these issues (by default, executable attachments are blocked, images don't load in HTML emails, items are not auto previewed, etc).
1 CraigBox 8
2 CraigBox 9 !!Outlook is slow running over a VPN
10
11 Apply the following .reg snippet:
12 <verbatim>
13 REGEDIT4
14 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Exchange Provider]
15 "Rpc_Binding_Order"="ncacn_ip_tcp"
16 </verbatim>
17
18 The default value uses RPC first, and also includes spx, named pipes, netbios, and even Banyan Vines! Thanks to [this Tek-Tips thread|http://www.tek-tips.com/viewthread.cfm?qid=651431].