<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/mapidotnet/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/mapidotnet/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 07 Aug 2008 20:59:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mapidotnet/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Exception Thrown for Recipients</title><link>https://sourceforge.net/p/mapidotnet/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When accessing a message in the SMS store of a windows mobile smartphone v5.0, it throws an exception for the Recipients attribute.  It's on both the sent and received folders.&lt;/p&gt;
&lt;p&gt;The exception is:&lt;/p&gt;
&lt;p&gt;pIMAPITableGetRowCount failed: E_NOTIMPL&lt;/p&gt;
&lt;p&gt;The code I'm using is this:&lt;/p&gt;
&lt;p&gt;MAPI Mapi = new MAPI();&lt;br /&gt;
IMAPIMsgStore SMSMessageStore;&lt;/p&gt;
&lt;p&gt;foreach (IMAPIMsgStore store in this.Mapi.MesssageStores)&lt;br /&gt;
{&lt;br /&gt;
if (store.DisplayName.Equals("SMS", StringComparison.InvariantCultureIgnoreCase))&lt;br /&gt;
{&lt;br /&gt;
SMSMessageStore = store;&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;if (SMSMessageStore != null)&lt;br /&gt;
{&lt;br /&gt;
Int32 MaxSentMessages = (Int32)SMSMessageStore.SentMailFolder.NumSubItems;&lt;/p&gt;
&lt;p&gt;foreach (IMAPIMessage message in SMSMessageStore.SentMailFolder.GetNextMessages(MaxInboxMessages))&lt;br /&gt;
{&lt;br /&gt;
MessageBox.Show(String.Format("Message: From: {0} To: {1} Subject: {2}", message.Sender.FullAddress, message.Recipients[0].FullAddress, message.Subject));&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 07 Aug 2008 20:59:05 -0000</pubDate><guid>https://sourceforge.netaf4367adb86ef59ffc7c51d96d583e0558bd0ec7</guid></item></channel></rss>