<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title>www.ritlabs.com [Topic: Automatic import MS Outlook inbox]</title>
		<link>http://www.ritlabs.com</link>
		<description>New posts in Automatic import MS Outlook inbox of  forum at www.ritlabs.com [www.ritlabs.com]</description>
		<language>en</language>
		<docs>http://backend.userland.com/rss2</docs>
		<lastBuildDateTag>Fri, 14 Mar 2008 11:16:10 +0200</lastBuildDateTag>		<item>
			<title>Automatic import MS Outlook inbox</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic5891/message22556/">Automatic import MS Outlook inbox</a></b> <i>Automatic import MS Outlook inbox</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			K S, thank you for your answer.<br /><br />I write here the complete solution in the eventuality that some one else needs it.<br /><br />1)	Copy, in the location of OE data files, the tool: <noindex><a href="http://freenet-homepage.de/ukrebs/download/dbxconv.zip" target="_blank" rel="nofollow">http://freenet-homepage.de/ukrebs/download/dbxconv.zip</a></noindex> <br />2)	Make a .BAT script for converting dbx to UNIX format<br />Example:<br />D:<br />cd D:\E-Mails\Outlook\<br />echo start &gt;&gt; convert.log<br />echo %date% -%time% &gt;&gt; convert.log<br />DbxConv.exe -mbx Inbox.dbx . &gt;&gt; convert.log<br />del /F Inbox.dbx &nbsp;&gt;&gt; convert.log<br />"..\The Bat!\TheBat.EXE" /IMPORTU="my account";UNIX;FILE=D:\E-Mails\Outlook\Inbox.mbx &gt;&gt; convert.log<br />del /F Inbox.mbx &nbsp;&gt;&gt; convert.log<br />echo end &gt;&gt; convert.log<br />	Comments:<br />-	the storage location of my OE data files is: D:\E-Mails\Outlook\<br />-	I don’t need the emails in OE format, so I delete them after the format is converted (del /F Inbox.dbx)<br />-	I don’t need the emails in UNIX format, so I delete them (del /F Inbox.mbx) after importing in TB ("..\The Bat!\TheBat.EXE" /IMPORTU="my account";UNIX;FILE=D:\E-Mails\Outlook\Inbox.mbx)<br />-	All the activity is logged in convert.log (&gt;&gt; convert.log)<br />3)	Set OE to start BEFORE TB (startup)<br />4)	Configure TB to run the above BAT every X minutes (Tools -&gt; Scheduler)<br />5)	Configure TB to refilter Inbox of my account every X minutes (Tools -&gt; Scheduler &lt;manually check al filters that apply&gt;)<br /><br />Regards,<br />Sergiu Pol.<br /> <br />
			<i>14 March 2008 11:16:10, <a href="http://www.ritlabs.com/en/forums/">Sergiu POL</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic5891/message22556/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic5891/message22556/</guid>
			<pubDate>Fri, 14 Mar 2008 11:16:10 +0200</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Automatic import MS Outlook inbox</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic5891/message22538/">Automatic import MS Outlook inbox</a></b> <i>Automatic import MS Outlook inbox</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			/IMPORTU command works only with files in RFC-822 format or unix mailboxes. You must to convert dbx to this format. First converter founded on google:<br /><noindex><a href="http://freenet-homepage.de/ukrebs/english/dbxconv.html" target="_blank" rel="nofollow">http://freenet-homepage.de/ukrebs/english/dbxconv.html</a></noindex>. Now use Tools/Scheduler and create an event. In this event start a converter when event starts and start another program (Thebat /IMPORTU) when finishes.<br /><br />I don't have OE or any dbx file, so I can't test this. <br />
			<i>13 March 2008 14:10:57, <a href="http://www.ritlabs.com/en/forums/">K_S</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic5891/message22538/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic5891/message22538/</guid>
			<pubDate>Thu, 13 Mar 2008 14:10:57 +0200</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
		<item>
			<title>Automatic import MS Outlook inbox</title>
			<description><![CDATA[<b><a href="http://www.ritlabs.com/en/forums/forum6/topic5891/message22533/">Automatic import MS Outlook inbox</a></b> <i>Automatic import MS Outlook inbox</i> in forum <a href="http://www.ritlabs.com/en/forums/forum6/">The Bat! - Templates and Macros</a>. <br />
			Hello,<br /><br />Is there a way to automatically import the MS Outlook inbox file in The Bat account inbox called Fred, let’s say, every 10 minutes?<br /><br />I tried by running, in the installation folder, this:<br />TheBat.EXE /IMPORTU="fred@extern";UNIX;FILE=D:\E-Mails\Outlook\Inbox.dbx" (after reading the help chapter for Command Line Parameters)<br /><br />It doesn’t work. It returns the error: “The exception unknown software exception (0x0eedfade) occurred in the application at location 0x77e4bee7”<br /><br />If a triggered a manually action that works perfect: Tools -&gt; Import messages -&gt; Mailbox import wizard -&gt; MS Outlook express 5.x / 6.x -&gt; [select only Inbox] -&gt; [check prompt me whenever a new mailbox is created] -&gt; Next -&gt; [check Use inbox as destination folder] -&gt; OK<br /><br />Is there a macro to do this? Or how can I write such a macro?<br /><br />I am running:<br />Win 2k3 Server Enterprise SP2<br />The Bat! 4.07<br /><br />Thanks,<br />Sergiu. <br />
			<i>13 March 2008 13:07:30, <a href="http://www.ritlabs.com/en/forums/">Sergiu POL</a>.</i>]]></description>
			<link>http://www.ritlabs.com/en/forums/forum6/topic5891/message22533/</link>
			<guid>http://www.ritlabs.com/en/forums/forum6/topic5891/message22533/</guid>
			<pubDate>Thu, 13 Mar 2008 13:07:30 +0200</pubDate>
			<category>The Bat! - Templates and Macros</category>
		</item>
	</channel>
</rss>
