<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Electronic Discovery &#38; Forensics &#187; Email</title>
	<atom:link href="http://ediscovery.wordpress.com/category/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://ediscovery.wordpress.com</link>
	<description>a bLAWg about e-discovery</description>
	<lastBuildDate>Fri, 07 Mar 2008 14:57:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ediscovery.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/eacb2f6bae212724b09d4920b82c7776?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Electronic Discovery &#38; Forensics &#187; Email</title>
		<link>http://ediscovery.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ediscovery.wordpress.com/osd.xml" title="Electronic Discovery &amp; Forensics" />
		<item>
		<title>Lotus Notes Search Date Range</title>
		<link>http://ediscovery.wordpress.com/2006/09/07/lotus-notes-search-date-range/</link>
		<comments>http://ediscovery.wordpress.com/2006/09/07/lotus-notes-search-date-range/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 11:27:16 +0000</pubDate>
		<dc:creator>ediscovery</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Lotus Notes]]></category>

		<guid isPermaLink="false">http://ediscovery.wordpress.com/2006/09/07/lotus-notes-search-date-range/</guid>
		<description><![CDATA[Lotus Notes has a great indexing tool, that can even index attachments. When you need to perform a quick search, you can, and the results are very accurate. However, when it comes to searching for e-mail between sent or received between certain dates.
The Notes interface provides a &#8216;Date&#8217; button to construct a date search. however, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ediscovery.wordpress.com&blog=370803&post=36&subd=ediscovery&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ediscovery.wordpress.com/2006/09/07/lotus-notes-search-date-range/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bded506ca15999df99d1bd9fec064314?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ediscovery</media:title>
		</media:content>
	</item>
		<item>
		<title>Lotus Notes Links</title>
		<link>http://ediscovery.wordpress.com/2006/09/04/lotus-notes-links/</link>
		<comments>http://ediscovery.wordpress.com/2006/09/04/lotus-notes-links/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 11:49:05 +0000</pubDate>
		<dc:creator>ediscovery</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Lotus Notes]]></category>

		<guid isPermaLink="false">https://ediscovery.wordpress.com/2006/09/04/lotus-notes-links/</guid>
		<description><![CDATA[Does anyone have any information on the way in which Lotus Notes links to external references? We believe that the URLs in &#8220;DockLinks&#8221; are generated automatically and can change according to the movement of the email from, say, one NSF to another. Thats why in two NSF files, you may have exactly the same email, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ediscovery.wordpress.com&blog=370803&post=35&subd=ediscovery&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ediscovery.wordpress.com/2006/09/04/lotus-notes-links/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bded506ca15999df99d1bd9fec064314?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ediscovery</media:title>
		</media:content>
	</item>
		<item>
		<title>Export Outlook to HTML</title>
		<link>http://ediscovery.wordpress.com/2006/08/22/export-outlook-to-html/</link>
		<comments>http://ediscovery.wordpress.com/2006/08/22/export-outlook-to-html/#comments</comments>
		<pubDate>Tue, 22 Aug 2006 12:34:00 +0000</pubDate>
		<dc:creator>ediscovery</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">https://ediscovery.wordpress.com/2006/08/22/export-outlook-to-html/</guid>
		<description><![CDATA[A function to export emails to HTML (exluding the attachments, but thats just a SaveAs to be added. Just place it in &#8216;This Outlook Session&#8217;
Sub testExportToHTML()Dim inBox As Outlook.MAPIFolderDim objEmail As MailItemDim inBoxItems As Outlook.Items
Set inBox = Me.ActiveExplorer().Session.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderInbox)
Set inBoxItems = inBox.ItemsinBoxItems.Sort &#8220;SentOn&#8221;, 1 For Each objEmail In inBoxItems Dim mailObj As MailItem Set mailObj = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ediscovery.wordpress.com&blog=370803&post=8&subd=ediscovery&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ediscovery.wordpress.com/2006/08/22/export-outlook-to-html/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bded506ca15999df99d1bd9fec064314?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ediscovery</media:title>
		</media:content>
	</item>
		<item>
		<title>Lotus Notes</title>
		<link>http://ediscovery.wordpress.com/2006/08/22/lotus-notes/</link>
		<comments>http://ediscovery.wordpress.com/2006/08/22/lotus-notes/#comments</comments>
		<pubDate>Tue, 22 Aug 2006 09:04:00 +0000</pubDate>
		<dc:creator>ediscovery</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Lotus Notes]]></category>

		<guid isPermaLink="false">https://ediscovery.wordpress.com/2006/08/22/lotus-notes/</guid>
		<description><![CDATA[Welcome to our first posting, we hope to make this into a very useful tool for those involved in discovery and investigation of computer held data, disclosure of computers as evidence in courts, for investigations and for regulatory bodies and the like. Let me start off by asking a question&#8230;.
I wondered if any of you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ediscovery.wordpress.com&blog=370803&post=5&subd=ediscovery&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ediscovery.wordpress.com/2006/08/22/lotus-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bded506ca15999df99d1bd9fec064314?s=96&#38;d=identicon" medium="image">
			<media:title type="html">ediscovery</media:title>
		</media:content>
	</item>
	</channel>
</rss>