<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 解决vcard乱码&amp;批量导入outlook</title>
	<atom:link href="http://oyj.me/2009/09/24/vcard-garbled-code-and-import-outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://oyj.me/2009/09/24/vcard-garbled-code-and-import-outlook/</link>
	<description>Welcome to hell...</description>
	<lastBuildDate>Wed, 14 Sep 2011 13:50:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ZZ</title>
		<link>http://oyj.me/2009/09/24/vcard-garbled-code-and-import-outlook/comment-page-1/#comment-760</link>
		<dc:creator>ZZ</dc:creator>
		<pubDate>Sat, 17 Oct 2009 08:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://oyj.me/?p=281#comment-760</guid>
		<description>其实俺也不懂VB，上面那坨代码是在网上找的。实在么办法就把分组里面的联系人先复制一份进默认联系人吧 &gt;.&lt;</description>
		<content:encoded><![CDATA[<p>其实俺也不懂VB，上面那坨代码是在网上找的。实在么办法就把分组里面的联系人先复制一份进默认联系人吧 &gt;.&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weisongtao</title>
		<link>http://oyj.me/2009/09/24/vcard-garbled-code-and-import-outlook/comment-page-1/#comment-744</link>
		<dc:creator>weisongtao</dc:creator>
		<pubDate>Tue, 13 Oct 2009 08:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://oyj.me/?p=281#comment-744</guid>
		<description>感谢啊！

我有个问题，希望导出outlook的联系人为vcard格式。
用了如下的宏：

Sub ExportVcards()
Dim MyContacts As Outlook.MAPIFolder
Dim ContItem As Outlook.ContactItem
Dim FileName As String

Set MyContacts = Application.GetNamespace(&quot;MAPI&quot;).GetDefaultFolder(olFolderContacts)
&#039;取得默认的联系人文件夹

For Each ContItem In MyContacts.Items &#039;遍历所有联系人
FileName = &quot;c:\Contacts\&quot; &amp; ContItem.FileAs &amp; &quot;.vcf&quot;
ContItem.SaveAs FileName, olVCard
&#039;导出vfs文件

Next
End Sub

但是，它只能读默认联系人，我的联系人在和“联系人”并列的不同文件夹里，如“同学”、“同事”等，这个怎样办呢？</description>
		<content:encoded><![CDATA[<p>感谢啊！</p>
<p>我有个问题，希望导出outlook的联系人为vcard格式。<br />
用了如下的宏：</p>
<p>Sub ExportVcards()<br />
Dim MyContacts As Outlook.MAPIFolder<br />
Dim ContItem As Outlook.ContactItem<br />
Dim FileName As String</p>
<p>Set MyContacts = Application.GetNamespace(&#8220;MAPI&#8221;).GetDefaultFolder(olFolderContacts)<br />
&#8216;取得默认的联系人文件夹</p>
<p>For Each ContItem In MyContacts.Items &#8216;遍历所有联系人<br />
FileName = &#8220;c:\Contacts\&#8221; &amp; ContItem.FileAs &amp; &#8220;.vcf&#8221;<br />
ContItem.SaveAs FileName, olVCard<br />
&#8216;导出vfs文件</p>
<p>Next<br />
End Sub</p>
<p>但是，它只能读默认联系人，我的联系人在和“联系人”并列的不同文件夹里，如“同学”、“同事”等，这个怎样办呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rec</title>
		<link>http://oyj.me/2009/09/24/vcard-garbled-code-and-import-outlook/comment-page-1/#comment-738</link>
		<dc:creator>rec</dc:creator>
		<pubDate>Sun, 11 Oct 2009 13:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://oyj.me/?p=281#comment-738</guid>
		<description>感谢！</description>
		<content:encoded><![CDATA[<p>感谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ella</title>
		<link>http://oyj.me/2009/09/24/vcard-garbled-code-and-import-outlook/comment-page-1/#comment-586</link>
		<dc:creator>Ella</dc:creator>
		<pubDate>Mon, 28 Sep 2009 11:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://oyj.me/?p=281#comment-586</guid>
		<description>:x 原来。。。。</description>
		<content:encoded><![CDATA[<p> <img src='http://oyj.me/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' />  原来。。。。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

