<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>outlook-dev at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/outlook-dev/</link>
    <description>Outlook Development</description>

    <item>
      <title>Re: Regd. BCC</title>
      <pubDate>Tue, 23 Jun 2009 12:48:56 GMT</pubDate>
      <dc:creator>Ken Slovak</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27941</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27941</guid>
      <description>Outlook Express is completely unrelated to Outlook and is out of scope for this list. It&#39;s also not very programmable at all, if what you want is possible it</description>
    </item>
    <item>
      <title>Regd. BCC</title>
      <pubDate>Tue, 23 Jun 2009 12:33:58 GMT</pubDate>
      <dc:creator>MURALI KRISHNAN A</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27940</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27940</guid>
      <description>Hai Friends, kindly help me in disabling the CC and BCC option from the Outlook express / Outlook 2003 mail window Regards, MK</description>
    </item>
    <item>
      <title>Re: Setting recipients with non-ascii data</title>
      <pubDate>Sat, 20 Jun 2009 18:52:09 GMT</pubDate>
      <dc:creator>Dmitry Streblechenko</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27939</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27939</guid>
      <description>Whether you set the _A or _W flavor of a given property, the underlying message store provider must store only once instance of the property and should be able</description>
    </item>
    <item>
      <title>Re: Setting recipients with non-ascii data</title>
      <pubDate>Sat, 20 Jun 2009 17:17:02 GMT</pubDate>
      <dc:creator>Ken Slovak</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27938</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27938</guid>
      <description>I&#39;m not sure about MFCMAPI, I haven&#39;t used it in many years, but in OutlookSpy you get the same thing. To open an OutlookSpy window for Unicode hold down the</description>
    </item>
    <item>
      <title>Re: Setting recipients with non-ascii data</title>
      <pubDate>Sat, 20 Jun 2009 00:48:00 GMT</pubDate>
      <dc:creator>tgoetze</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27937</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27937</guid>
      <description>That was it (needed to use _W property). I am not checking for Unicode support, but it is working....meaning now I can see the values as expected in Outlook. </description>
    </item>
    <item>
      <title>Re: Setting recipients with non-ascii data</title>
      <pubDate>Fri, 19 Jun 2009 14:54:57 GMT</pubDate>
      <dc:creator>Dmitry Streblechenko</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27936</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27936</guid>
      <description>You also need to explicitly set the _W flavor of the properties, i.e. PR_DISPLAY_NAME_W. Checking whether parent store actually supports Unicode</description>
    </item>
    <item>
      <title>Re: Outlook 2007 addon</title>
      <pubDate>Fri, 19 Jun 2009 13:10:01 GMT</pubDate>
      <dc:creator>Ken Slovak</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27935</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27935</guid>
      <description>No you don&#39;t. If your addin requires admin permissions to install (most likely) then make sure that it can be registered to HKLM instead of to HKCU so that all</description>
    </item>
    <item>
      <title>Re: Setting recipients with non-ascii data</title>
      <pubDate>Fri, 19 Jun 2009 13:07:43 GMT</pubDate>
      <dc:creator>Ken Slovak</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27934</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27934</guid>
      <description>Did you change the property tag you&#39;re looking at? If a string property tag ends with 0x1E it&#39;s a PT_STRING8 property, for Unicode you&#39;d have a property tag</description>
    </item>
    <item>
      <title>Outlook 2007 addon</title>
      <pubDate>Fri, 19 Jun 2009 13:02:11 GMT</pubDate>
      <dc:creator>vinu_32123</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27933</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27933</guid>
      <description>Hi, I developed outlook 2007 addon . Do i need to need to disable the uac for vista.</description>
    </item>
    <item>
      <title>Setting recipients with non-ascii data</title>
      <pubDate>Fri, 19 Jun 2009 12:40:50 GMT</pubDate>
      <dc:creator>tgoetze</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27932</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27932</guid>
      <description>I am able to add recipients when the data is ASCII, but when I attempted to change the code to handle more diverse values (e.g. Japanese display names), the</description>
    </item>
    <item>
      <title>Re: Multi Select List Box Problem</title>
      <pubDate>Wed, 27 May 2009 17:27:08 GMT</pubDate>
      <dc:creator>Ken Slovak</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27931</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27931</guid>
      <description>I hate to say this as a dev, but all software is buggy. When I was an engineer I had to know when the project was &quot;good enough&quot; or we&#39;d never have released a</description>
    </item>
    <item>
      <title>Re: Multi Select List Box Problem</title>
      <pubDate>Wed, 27 May 2009 17:20:50 GMT</pubDate>
      <dc:creator>Ken Slovak</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27930</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27930</guid>
      <description>I&#39;m not sure about all the mechanics, I know with my MSDN subscription (VSTS which used to be the Universal subscription) I get 3 incidents. I&#39;ve never been</description>
    </item>
    <item>
      <title>Re: Multi Select List Box Problem</title>
      <pubDate>Wed, 27 May 2009 17:08:53 GMT</pubDate>
      <dc:creator>John Warner</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27929</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27929</guid>
      <description>Proof MS does not care if they release buggy software. If they cared they would provide us with some method to alert them that does not cost several hundred</description>
    </item>
    <item>
      <title>Re: Multi Select List Box Problem</title>
      <pubDate>Wed, 27 May 2009 16:13:55 GMT</pubDate>
      <dc:creator>Charles Sinclair</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27928</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27928</guid>
      <description>... Ah, if only that were true. I have an Empower subscription, which comes with an MSDN subscription, which comes with 2 support incidents included. However,</description>
    </item>
    <item>
      <title>Re: Multi Select List Box Problem</title>
      <pubDate>Wed, 27 May 2009 13:29:19 GMT</pubDate>
      <dc:creator>Ken Slovak</dc:creator>
      <link>http://tech.groups.yahoo.com/group/outlook-dev/message/27927</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/outlook-dev/message/27927</guid>
      <description>And you can also turn to Dmitry and Sue :) Ken Slovak Slovak Technical Services, Inc. ________________________________ From: outlook-dev@yahoogroups.com</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Sun Jul  5 16:46:04 PDT 2009 -->
