Alex Parker

Just a thought...

Browse by Tags

All Tags » Code » Exchange (RSS)
Sorry, but there are no more tags available to filter with.
Archive Email Attachments in Outlook upon Arrival using VBA Macro...
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
Posted: Sep 01 2004, 02:08 PM by alex | with 7 comment(s)
Filed under: ,
Enable Hidden QueryBuilder dialog in Outlook 2003
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
Posted: Jul 12 2004, 11:13 AM by alex | with 6 comment(s)
Filed under: ,