Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Protocol Docs   (RSS)

(Less Than) Portable Search Folders

Let’s have fun with the object model and search folders: Outlook running a profile in online mode. Create this macro: Sub TestAdvancedSearchComplete()     Dim sch As Outlook.Search     set sch = Application.AdvancedSearch("Inbox",

May 2009 Release of MFCMAPI

The May 2009 Release (build 6.0.0.1013) is live: http://mfcmapi.codeplex.com . The coolest new feature has to be the addition of Smart View parsing to the Hex Editor. I actually had the idea to do this the morning I published the March 2009 release, but

Get The OOF Out Of Here

Dan asked if I could post some CDO sample code he was working on. This sample script demonstrates a few interesting things: Dynamic session creation Accessing the associated contents table of a folder using HiddenMessages Looping backwards through a collection

October 2008 Release of MFCMAPI

The October 2008 Release (build 6.0.0.1009) is live: http://www.codeplex.com/MFCMAPI Better late than never right? I've been trying to refresh MFCMAPI every two months, but wasn't able to devote the time to it I would have liked with all the work I'm

Sending an Outgoing Message Requesting a Read Receipt With MAPI

This is the third part of a three part series documenting the MFCMAPI sample add-in CreateOutlookItemsAddin . We're in the process of updating the MAPI documentation and these articles are a preview of some of the new content. This article assumes you

Creating a Recurring Task With MAPI

This is the second part of a three part series documenting the MFCMAPI sample add-in CreateOutlookItemsAddin . We're in the process of updating the MAPI documentation and these articles are a preview of some of the new content. This article assumes you

Creating a Recurring Appointment With MAPI

This is the first of a three part series documenting the MFCMAPI sample add-in CreateOutlookItemsAddin . We're in the process of updating the MAPI documentation and these articles are a preview of some of the new content. This article assumes you have

Well Behaved Store Providers

The first answer I give to customers asking for tips on making their store provider work with the latest versions of Outlook is "be well behaved". I've had a couple message store provider cases recently that illustrate this and give me an opportunity

August 2008 Release of MFCMAPI

The August 2008 Release (build 6.0.0.1008) is live: http://www.codeplex.com/MFCMAPI I'm continuing to dig through the protocol docs (now on version 1.01). Last release was about getting the plumbing in place for Smart Views. This release is all about

Forcing Plain Text With MAPI

We had a customer recently who was sending mails with Outlook's MAPI. They wanted to know how to force the message to be plain text, like it is in Outlook when you select Send Plain Text only in the properties for the recipient: They were using CreateOneOff

Protocol Docs RTM

That's right - version 1.0 of the Exchange Server Protocol Documentation has been published in the MSDN: http://msdn.microsoft.com/en-us/library/cc307725(EXCHG.80).aspx Here's the press release: http://www.microsoft.com/presspass/press/2008/jun08/06-30InteropUpdatePR.mspx?rss_fdn=Press%20Releases

MFCMAPI Does Contacts

Randy Byrne and I just published an article in the MSDN showing how to use the Exchange Server Protocols documentation to create a contact . This is the first opportunity I've had to publicly show off the add-in architecture I built in to MFCMAPI last

June 2008 Release of MFCMAPI

The June 2008 Release (build 6.0.0.1006) is live: http://www.codeplex.com/MFCMAPI I've been digging through the protocol docs . This update represents my first pass harvesting the easy stuff, like property names and flag values. I definitely plan to get

Exchange Open Protocol Docs Updated

I'm not going to drop a post every time these docs get refreshed, but I wanted to make it clear that they are getting updated periodically. The initial release was .1, and it looks like many of the docs are now on .2. Expect these refreshes to continue

Exchange Open Protocol Docs Are Live

In case you didn't see this on the Exchange Blog : Today, we posted the preliminary version of the Exchange Open Protocol docs. Read about them in this press release , or view them directly here . We've also created a forum where these protocols may be
 
Page view tracker