Browse by Tags
All Tags »
Code »
Exchange (
RSS)
Sorry, but there are no more tags available to filter with.
I finally have something that works well. This macro will save attachments on arrival to the drive of your choice. The attachment is saved using a guid so there is no conflicts. I utilized the Outlook Object model and the AdvancedSearch object. One interesting thing, in Outlook 2003 the httpmail:read value is not true or false, but 0 & 1. Thank goodness for the QueryBuilder . Here is the source: http://www.slashstar.com/blogs/alex/articles/Outlook2003AttachmentArchival.aspx Alex
Add the following key using the registry editor: HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\QueryBuilder Navigate to View -->Arange By --> Custom. Click on filter and you should see the following! Read the Microsoft article here . - Alex