Cuando trabajaba en Vision Consulting hice un pequeño programa que permite obtener los archivos adjuntos (attachments) de los mensajes de correo electrónico y guardarlos en un directorio especificado.
Mi buen amigay Yamel, es usuario de esta aplicación pero me dice que no puede echarla a andar en Microsoft Office 2003, por lo que he decidido desarrollar una nueva version (2.0.1) que permita trabajar como un Add-In (estilo NewsGator). Por supuesto que esta versión va a estar desarrollada en .NET (C#) y vamos a ver que tal nos sale.
La primera version de GAttach la hice yo y después fué modificada en algunas partes por el mismisimo Jorch, así que le dejé ese proyecto. Tal vez este GAttach lo convierta en OpenSource y lo postearé en SourceForge, o bien… lo voy a hacer Freeware…
Espero tenerles más noticias al respecto pronto, pero pueden empezar por ver el high-level design:
GAttach 2003 (v2.0.1)
— 
Description
This program is an Outlook 2003 Add-in that will allow the user to download 
the attachments of a series of messages in a specified folder.
Features
– Allows the creation of folders path based on the following rules:
Sender of the message 
Date 
Subject Line (Example: [something])
 The user will be able to create something like this:
d:chris[SubjectGroup][From][Date]
The result will be:
d:chrisxxxMr. ShrimpFebruary
 The user will be able to customize this information based on the 
 parameters specified.
– Allows decompression of ZIP files
– Allows saving sets of files in a single zip file (for acdsee users)
– Allows message filtering (only save files based on some specified criteria)
– Allows deletion of messages / moving messages to another PST / Folder
– Will provide custom logging, for checking which files were not correctly downloaded
Technology
Will be based on .NET using C# as the language of development. Will provide some 
ZIP interfaces to open & write ZIP files.
License
Yet to be determined.
Si te interesa entrarle a programarle alguna parte del programa; avisame.
Cheers!
