<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-38908733</id><updated>2007-05-03T11:38:59.023-07:00</updated><title type='text'>OUR Public</title><link rel='alternate' type='text/html' href='http://nersp.nerdc.ufl.edu/~rbache/blog/'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38908733/posts/default'></link><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nersp.nerdc.ufl.edu/~rbache/blog/atom.xml'></link><author><name>Rob</name></author><generator version='7.00' uri='http://www2.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-38908733.post-235044327305597731</id><published>2007-05-03T11:31:00.000-07:00</published><updated>2007-05-03T11:38:59.096-07:00</updated><title type='text'>Outlook Exchange MAPI ID for TaskCompletedDate</title><content type='html'>I've been searching for MAPI properties for the TaskCompletedDate of a message.  My goal is to use them in a DSAV filter.  I've narrowed it down to the following possibilities, using the Microsoft Exchange MAPI Editor:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Possibilities Values:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Mapi 0x10900003  'is Task?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Cleared  0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Flagged  2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Checked  1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Mapi 0x10950003  'is Task?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Cleared  Null&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Flagged  6&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Checked  Null&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Mapi 0x807D0003  'is Task?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Cleared  0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Flagged  2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Checked  3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Mapi 0x807E0040 'Date Flagged?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Cleared  Null&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Flagged  12:00:00.000 AM 5/3/2007 (Today)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Checked  12:00:00.000 AM 5/3/2007 (Today)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Mapi 0x80800040 'date completed?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Cleared  Null&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Flagged  Null&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Checked  04:00:00.000 AM 5/3/2007 (Today why 4am?)&lt;/span&gt;</content><link rel='alternate' type='text/html' href='http://nersp.nerdc.ufl.edu/~rbache/blog/2007/05/outlook-exchange-mapi-id-for.html'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38908733/posts/default/235044327305597731'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38908733/posts/default/235044327305597731'></link><author><name>Rob</name></author></entry><entry><id>tag:blogger.com,1999:blog-38908733.post-117570319924849090</id><published>2007-04-04T09:12:00.000-07:00</published><updated>2007-04-04T09:29:02.656-07:00</updated><title type='text'>Unix Which Command in Dos Batch File</title><content type='html'>Today, when I was attempting to search my PCs %path% for a dll, I wrote what could be an easy alternative to downloading and installing a knock-off of the Unix Which command.  &lt;br /&gt;&lt;br /&gt;Simply, save this text to C:\windows\which.bat:&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;@echo off&lt;br /&gt;for %%d in (%1) do if not "%%~$path:d"=="" echo %%~$path:d &lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;I use the which command to find the location of an executable in the path.  This Batch File uses the For command to search the path for the argument you entered (as %1) and displays what paths it finds.</content><link rel='alternate' type='text/html' href='http://nersp.nerdc.ufl.edu/~rbache/blog/2007/04/unix-which-command-in-dos-batch-file.html'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/38908733/posts/default/117570319924849090'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/38908733/posts/default/117570319924849090'></link><author><name>Rob</name></author></entry></feed>
