<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>MAPI Editor Options</title><link>http://blogs.msdn.com/stephen_griffin/archive/2006/11/13/mapi-editor-options.aspx</link><description>I thought it'd be interesting to document the registry values that MAPI Editor uses. Most of them are exposed in the UI through Options/Other. All of these registry keys are stored under the registry key HKEY_CURRENT_USER\Software\Microsoft\MFCMAPI. If</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: MAPI Editor Options</title><link>http://blogs.msdn.com/stephen_griffin/archive/2006/11/13/mapi-editor-options.aspx#1318493</link><pubDate>Tue, 19 Dec 2006 00:18:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1318493</guid><dc:creator>Sudarshan Gaikaiwari</dc:creator><description>&lt;p&gt;Any updates on releasing the source code of MAPI editor?&lt;/p&gt;</description></item><item><title>re: MAPI Editor Options</title><link>http://blogs.msdn.com/stephen_griffin/archive/2006/11/13/mapi-editor-options.aspx#1488494</link><pubDate>Thu, 18 Jan 2007 15:09:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1488494</guid><dc:creator>Miro</dc:creator><description>&lt;p&gt;I am trying to use part of the mfcmapi code to load message in non modal form.&lt;/p&gt;
&lt;p&gt;Current problem is that I get these link errors:&lt;/p&gt;
&lt;p&gt;2&amp;gt;gui_core.lib(MAPIMessage.obj) : error LNK2001: unresolved external symbol _IID_IMAPIForm&lt;/p&gt;
&lt;p&gt;2&amp;gt;gui_core.lib(MyMAPIFormViewer.obj) : error LNK2001: unresolved external symbol _IID_IMAPIViewAdviseSink&lt;/p&gt;
&lt;p&gt;2&amp;gt;gui_core.lib(MyMAPIFormViewer.obj) : error LNK2001: unresolved external symbol _IID_IMAPIViewContext&lt;/p&gt;
&lt;p&gt;2&amp;gt;gui_core.lib(MyMAPIFormViewer.obj) : error LNK2001: unresolved external symbol _IID_IMAPIMessageSite&lt;/p&gt;
&lt;p&gt;2&amp;gt;gui_core.lib(MyMAPIFormViewer.obj) : error LNK2001: unresolved external symbol _IID_IPersistMessage&lt;/p&gt;
&lt;p&gt;Do you know which library exports these ?&lt;/p&gt;
&lt;p&gt;TIA&lt;/p&gt;</description></item><item><title>re: MAPI Editor Options</title><link>http://blogs.msdn.com/stephen_griffin/archive/2006/11/13/mapi-editor-options.aspx#1488851</link><pubDate>Thu, 18 Jan 2007 17:55:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1488851</guid><dc:creator>Stephen Griffin</dc:creator><description>&lt;p&gt;No library exports them - you just need to declare them right. In one (and only one!) of your CPP files, you need to include initguid.h before you include your guid headers.&lt;/p&gt;
&lt;p&gt;In the MFCMAPI source, I do this in guids.cpp:&lt;/p&gt;
&lt;p&gt;#define USES_IID_IMAPIAdviseSink&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;#include &amp;lt;initguid.h&amp;gt;&lt;/p&gt;
&lt;p&gt;#include &amp;lt;MAPIguid.h&amp;gt;&lt;/p&gt;
&lt;p&gt;Incidently, the comments in MAPIGuid.h explain this.&lt;/p&gt;
</description></item><item><title>re: MAPI Editor Options</title><link>http://blogs.msdn.com/stephen_griffin/archive/2006/11/13/mapi-editor-options.aspx#1492178</link><pubDate>Fri, 19 Jan 2007 11:01:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1492178</guid><dc:creator>Miro</dc:creator><description>&lt;p&gt;Works great. Thank you very much.&lt;/p&gt;</description></item></channel></rss>