<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : MAPI on network</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : MAPI on network]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 13 Aug 2026 16:45:15 +0000</pubDate>
  <lastBuildDate>Fri, 31 Jul 2009 13:06:39 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=13026</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[MAPI on network : &amp;#034;old answer 2008&amp;#034; -...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13026&amp;PID=51500&amp;title=mapi-on-network#51500</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13026<br /><strong>Posted:</strong> 31 July 2009 at 1:06pm<br /><br />"old answer 2008" - piece of standard MAPI.H file from SDK e.g: C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include <DIV>there are other MAPI-related files in SDK - so may be you can make some research...</DIV>]]>
   </description>
   <pubDate>Fri, 31 Jul 2009 13:06:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13026&amp;PID=51500&amp;title=mapi-on-network#51500</guid>
  </item> 
  <item>
   <title><![CDATA[MAPI on network : Hi Jimmy,  I tried it this way,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13026&amp;PID=51496&amp;title=mapi-on-network#51496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4820">skiman</a><br /><strong>Subject:</strong> 13026<br /><strong>Posted:</strong> 31 July 2009 at 11:50am<br /><br />Hi Jimmy,<DIV>&nbsp;</DIV><DIV>I tried it this way, and I didn't succeed. </DIV><DIV>&nbsp;</DIV><DIV>My calendar is working for 4 months now on a network with 5 users. It's tested and I will use it in my application within a month. </DIV><DIV>&nbsp;</DIV><DIV>I'm looking for a way to synchronize it with&nbsp;Outlook. This way my users can connect/transfer the calendar to their smartphone, PDA, ... </DIV><DIV>&nbsp;</DIV><DIV>regards,</DIV><DIV>Chris.</DIV>]]>
   </description>
   <pubDate>Fri, 31 Jul 2009 11:50:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13026&amp;PID=51496&amp;title=mapi-on-network#51496</guid>
  </item> 
  <item>
   <title><![CDATA[MAPI on network : hi,see https://forum.codejock....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13026&amp;PID=51441&amp;title=mapi-on-network#51441</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4822">Auge_Ohr</a><br /><strong>Subject:</strong> 13026<br /><strong>Posted:</strong> 29 July 2009 at 3:51pm<br /><br />hi,<br><br>see https://forum.codejock.com/forum_posts.asp?TID=13421&amp;KW=MAPI<br><br><div>Additional <span ="highlight">MAPI</span> parameters are supported for data provider connection string:</div><div>&nbsp;<span ="highlight">mapi</span>ProfileName= &lt;as string&gt;<br>&nbsp;<span ="highlight">mapi</span>Password= &lt;as string&gt;<br>&nbsp;<span ="highlight">mapi</span>Flags=&nbsp; &lt;as hex number, like 0x001&gt;</div><div>EXAMPLE:<br>&nbsp;strConnEx = "Provider=<span ="highlight">MAPI</span>; <span ="highlight">mapi</span>ProfileName=Outlook2; <span ="highlight">mapi</span>Password =Brawn256; <span ="highlight">mapi</span>Flags=0x00000012"</div><div>if you do not specify any parameter - default values will be used:<br>&nbsp;NULL for ProfileName and Password<br>&nbsp;and <span ="highlight">MAPI</span>_LOGON_UI for Flags</div><div>Below are values which can be used for <span ="highlight">mapi</span>Flags.<br>See also documentation for <span ="highlight">MAPI</span>LogonEx function.</div><div><span ="highlight">MAPI</span>_LOGON_UI&nbsp;&nbsp; 0x00000001 /* Display logon UI&nbsp;&nbsp;&nbsp;&nbsp; */<br><span ="highlight">MAPI</span>_NEW_SESSION&nbsp; 0x00000002 /* Don't use shared session&nbsp;&nbsp; */<br><span ="highlight">MAPI</span>_ALLOW_OTHERS&nbsp; 0x00000008 /* Make this a shared session&nbsp; */<br><span ="highlight">MAPI</span>_EXPLICIT_PROFILE 0x00000010 /* Don't use default profile&nbsp; */<br><span ="highlight">MAPI</span>_EXTENDED&nbsp;&nbsp; 0x00000020 /* Extended <span ="highlight">MAPI</span> Logon&nbsp;&nbsp;&nbsp; */<br><span ="highlight">MAPI</span>_FORCE_DOWNLOAD&nbsp; 0x00001000 /* Get new mail before return&nbsp; */<br><span ="highlight">MAPI</span>_SERVICE_UI_ALWAYS 0x00002000 /* Do logon UI in all providers&nbsp; */<br><span ="highlight">MAPI</span>_NO_MAIL&nbsp;&nbsp; 0x00008000 /* Do not activate transports&nbsp; */<br><span ="highlight">MAPI</span>_PASSWORD_UI&nbsp; 0x00020000 /* Display password UI only&nbsp;&nbsp; */<br><span ="highlight">MAPI</span>_TIMEOUT_SHORT&nbsp; 0x00100000 /* Minimal wait for logon resources */</div>(this is a copy from old - 2008 - answer)<br>]]>
   </description>
   <pubDate>Wed, 29 Jul 2009 15:51:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13026&amp;PID=51441&amp;title=mapi-on-network#51441</guid>
  </item> 
  <item>
   <title><![CDATA[MAPI on network : Hi, seems MAPI doesn&amp;#039;t support...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13026&amp;PID=44025&amp;title=mapi-on-network#44025</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13026<br /><strong>Posted:</strong> 30 December 2008 at 1:46am<br /><br />Hi,<DIV>seems MAPI doesn't support network connections&nbsp;:(</DIV>]]>
   </description>
   <pubDate>Tue, 30 Dec 2008 01:46:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13026&amp;PID=44025&amp;title=mapi-on-network#44025</guid>
  </item> 
  <item>
   <title><![CDATA[MAPI on network : Hi,  I&amp;#039;m looking to use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13026&amp;PID=43979&amp;title=mapi-on-network#43979</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4820">skiman</a><br /><strong>Subject:</strong> 13026<br /><strong>Posted:</strong> 29 December 2008 at 5:00am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I'm looking to use the Calendar with Outlook&nbsp;on a network.</DIV><DIV>&nbsp;</DIV><DIV>When I use 'provider=MAPI' the outlook on the current station is used. I tried with 'provider=MAPI; Data Source=m:\Documents and Settings\Chris\application Data\Microsoft\Outlook\outcmd.dat" which is the Outlook agenda I want. Is opens the local Outlook agenda.</DIV><DIV>&nbsp;</DIV><DIV>How can I use the Outlook data from another station or server? I want to use it on small networks, so Exchange Server is not an option. </DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Chris Andries</DIV>]]>
   </description>
   <pubDate>Mon, 29 Dec 2008 05:00:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13026&amp;PID=43979&amp;title=mapi-on-network#43979</guid>
  </item> 
 </channel>
</rss>