Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Currently I'm set up for a task where i have to create an Outlook Add-in that renames the filenames of emails which are exported to windows explorer through a simple Drag and Drop, this Add-in should only use the 3 first words of the E-mail subject + Recieving DateTime (so they remain unique so to speak) My question to you is as Follows, is this even possible, and if so, what is the expected expenditure, how far do i have to go(simple Macro, or that with a Shell extension) I'm really looking forward for your Help (All of which is deeply Appreciated) Thank You
Posted
Comments
[no name] 26-Mar-13 9:15am    
Please read the FAQ for asking a question.
CHill60 26-Mar-13 9:32am    
Have a look at this link http://www.google.co.uk/url?sa=t&rct=j&q=outlook%20add%20ins%20export%20filename&source=web&cd=9&cad=rja&ved=0CH4QFjAI&url=http%3A%2F%2Ftechniclee.wordpress.com%2F2011%2F10%2F29%2Fexporting-outlook-messages-to-excel%2F&ei=nKJRUYvuIcfmOqLzgJgI&usg=AFQjCNG2INxp6WMXSwKvFjXmQso3AvS75Q - unfortunately I can't check it out as the website is blocked at work

1 solution

 
Share this answer
 
Comments
gberisha 26-Mar-13 9:59am    
Hi there, Thanks a lot for your help,
unfortunately i'm not trying to export all e-mails to Excel but Windows explorer (Folder)
and while in the process let all filenames be atomaticaly adjusted
(please reply, i'm a little in the Dark here)
Maciej Los 26-Mar-13 10:27am    
There is no difference between export data to Excel and export data to folder. Use MailItem object (as i suggest you) and SaveAs[^] method to save your email as a file with defined name. That's all. Try to do something and call again, OK? Use "Improve question" widget to update you question.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900