Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Search
Recent Posts
How to Build an Outlook Social Connector Provider
Posted
over 2 years ago
by
pcreehan1
0
Comments
Office 2010 PIAs Are Now Available
Posted
over 3 years ago
by
pcreehan1
0
Comments
RPC_S_UNKNOWN_IF When Calling IDataSource.SaveTo in CDOEX on Exchange 2007
Posted
over 3 years ago
by
pcreehan1
4
Comments
OSC Provider Proxy Library Updated
Posted
over 3 years ago
by
pcreehan1
0
Comments
Neither Silverlight 3 nor 4 Work on Outlook Folder Homepages
Posted
over 3 years ago
by
pcreehan1
0
Comments
Tags
.NET
Agents
AutoDiscover
CDO 1.21
CDOEXM
DevMsgTeam
Duet
EWS
Exchange
Exchange 2007
Exchange 2010
MAPI
MIME
OSC
Outlook
Outlook 2007
Outlook 2010
Outlook Object Model
Outlook Social Connector
RPC
SharePoint
STSSync
TNEF
VSTO
WebDAV
Archives
Archives
January 2011
(1)
September 2010
(1)
August 2010
(1)
July 2010
(1)
June 2010
(3)
April 2010
(1)
March 2010
(1)
February 2010
(1)
December 2009
(1)
October 2009
(1)
September 2009
(2)
August 2009
(1)
July 2009
(3)
January 2009
(2)
December 2008
(2)
October 2008
(2)
September 2008
(2)
August 2008
(4)
July 2008
(2)
June 2008
(2)
April 2008
(2)
March 2008
(1)
January 2008
(3)
December 2007
(4)
November 2007
(1)
October 2007
(1)
July 2007
(2)
June 2007
(1)
May 2007
(3)
April 2007
(3)
March 2007
(1)
February 2007
(1)
January 2007
(4)
November 2006
(4)
October 2006
(1)
September 2006
(2)
July 2006
(3)
Other Blogs I Read
CDOs and CDONTs of Messaging Development
Matt Stehle's Blog. Matt is a friend of mine and sits across the aisle from me. His blog is awesome.
SGriffin's Blog
Exchange API-spotting
Exchange team's development blog
MSDN Blogs
>
Wiz/dumb
>
All Tags
>
exchange 2007
Browse by Tags
.NET
Agents
AutoDiscover
CDO 1.21
DevMsgTeam
EWS
Exchange
Exchange 2010
MAPI
MIME
Outlook
Outlook 2007
Outlook Object Model
WebDAV
Blog Post:
That’s My Name, Don’t Wear It Out
pcreehan1
Part 1 It used to be in earlier versions of Exchange, you were able to change the names of the “special” folders, like Inbox, Calendar, Tasks, etc. This is because MAPI keeps track of the Entry ID for these special folders in properties stored on the root folder. As long as the folder never got deleted...
on
1 Feb 2010
Blog Post:
Parsing ServerVersion: When an Int Is Really 5 Ints
pcreehan1
I recently had a case where a customer was asking how to figure out the mailbox version of a given user using Exchange Web Services (EWS). We noticed there is a node returned in the AutoDiscover response message called ServerVersion, but this value seems pretty opaque. Here’s a snippet from the AutoDiscover...
on
21 Sep 2009
Blog Post:
MimeContent vs Mime Content
pcreehan1
Recently, I helped a customer with an issue where they were wondering if it was essential to set the ToRecipients , CcRecipients , and BccRecipients if they were setting the same values in the MimeContent property when doing a CreateItem call in Exchange Web Services. While trying to test out the scenarios...
on
16 Sep 2009
Blog Post:
Exchange 2007 SP2 is Released
pcreehan1
In case you missed it, Exchange 2007 SP2 was released this week. There are some cool new features, which the EHLO blog talks about here as well as all the bug fixes etc. One major thing to point out is that we no longer promote X- headers to custom properties on messages – though you can still get to...
on
27 Aug 2009
Blog Post:
Line Breaks in Managed Web Service Proxy Classes
pcreehan1
Matt , Rick , and I were working on an issue recently where when an application using EWS would set a contact’s Street address to a value containing a carriage return and line feed, like this: physicalAddress.Street = "1234 56 Ave NE\r\nc/oPatrick Creehan" ; the address card control...
on
22 Jul 2009
Blog Post:
ConfigureMsgService fails with MAPI_E_INVALID_PARAMETER (0x80070057)
pcreehan1
I recently helped a customer with an issue where they were calling ConfigureMsgService and that call was failing, returning an HRESULT of MAPI_E_INVALID_PARAMETER (0x80070057). After debugging it, we established that the reason that ConfigureMsgService was failing was that the PR_PROFILE_HOME_SERVER_ADDRS...
on
10 Jul 2009
Blog Post:
DeleteItem Ignores ChangeKeys
pcreehan1
According to our documentation , DeleteItem calls should fail with a ErrorStaleObject error when the ChangeKey is not the most recent one. This, however, is not the case. In Exchange 2007, the ChangeKey is completely ignored in DeleteItem calls. This decision was made on the logic that if you are trying...
on
8 Jul 2009
Blog Post:
OnSyncDelete Delete
pcreehan1
The Exchange team is looking for some feedback on business scenarios that will be impacted by removing store sinks from the code. With Exchange 2007 and beyond, the new technology designed to replace store sinks is EWS Notifications and Transport Agents. However, with the removal of the synchronous store...
on
30 Sep 2008
Blog Post:
Can’t Get Raw MIME in Transport Event in Exchange 2007 SP1
pcreehan1
If you wrote a Transport Agent for Exchange 2007 RTM which was accessing the raw MIME message which doesn’t seem to work after installing SP1, there’s a good reason for that. In SP1, we moved content conversion to after the OnRoutedMessage event. This leaves you in the predicament of not having access...
on
13 Aug 2008
Blog Post:
You Say Toemaytoe I Say Tahmahtah
pcreehan1
We’ve seen a bunch of folks asking recently if their Exchange 2007 CAS server can talk to their Exchange 2003 mailbox server. The answer is <gasp> it depends on what you mean. It depends on what technology you are referring to and what you mean by “talk.” Are you referring to WebDAV calls? Then...
on
16 Jul 2008
Blog Post:
How does E2k7's API Stack Stack up?
pcreehan1
Check this out: Exchange Server 2007 Legacy API Property Mapping This helps you compare WebDAV/CDOEX props to EWS properties. Also discussed are CDOEXM and WMI replacements and the look ahead.
on
20 Jun 2008
Blog Post:
MAPI_E_FAILONEPROVIDER (0x8004011d) after installing Windows Server 2003 SP2
pcreehan1
Sorry for the duplication, I'm just rebranding an earlier post of mine because many people have never heard of SNP and may discount the post due to the title. If you are getting MAPI errors because of RPC connectivity problems, and you have SP2 installed for Windows Server 2003, this is probably what...
on
11 Jan 2008
Blog Post:
Exchange Server 2007 SDK July update is now available
pcreehan1
Happy coding! http://www.microsoft.com/downloads/details.aspx?familyid=7A44A56A-1DFD-4C26-B99A-1E680E914444&displaylang=en
on
27 Jul 2007
Blog Post:
Foreign Connectors aren't just bridges over the Rio Grande
pcreehan1
Matt Stehle had a great post on building foreign connectors, the gateway connectors replacement for Exchange 2007. Check it out.
on
29 May 2007
Page 1 of 1 (14 items)