Connecting Microsoft Outlook 2010 to hotmail

0 Comments

To read mine Hotmail e-mails in Microsoft Outlook 2010, I followed the steps at http://win.downloadatoz.com/tutorial/5480,how-to-connect-hotmail-and-live-email-accounts-with-outlook-2010.html. with some adjustments:   If you follow the steps above and you don’t have the Microsoft Outlook 2010 Hotmail connector

Using Microsoft Outlook 2010 with BPOS without local *.ost file.

0 Comments

Install Microsoft Outlook 2010, after installing don’t start Microsoft Outlook 2010, first create a mail profile in Start > Control Panel > Mail Follow the steps on http://blogs.technet.com/b/simonmay/archive/2010/08/16/manually-configure-outlook-2010-for-exchange-online-bpos.aspx to manually connect Microsoft Outlook 2010 to

How to create a JournalItem from a C# Outlook 2010 Add-in

0 Comments

If you want to create a JournalItem from C#, you van use the following code: Code // Get the default journal folder MAPIFolder jounalFolder = Globals.ThisAddIn.Application.Session.GetDefaultFolder(OlDefaultFolders.olFolderJournal); // Create a new journal item JournalItem journalItem =