Need a place to start

S

strychtur

Hello all,

I'm not sure where to start explaining what I need. I guess what I'm
looking for is a utility like MessageSave. Here at the the office they
have asked me to come up with something similar. They want to save
emails to a network drive. AS you know when you click & drag the email
to a folder it saves it with the subject as the name and .msg as type.
Looks like this 'Subject.msg' that is fine however...

I want to be able to save it with From: , Subject, Date recieved as
the name if it is a recieved email or To:, Subject Date sent if it is
a sent email. So it should look like 'Subject,From,Date Recieved.msg'
or 'Subject,From,Date Sent.msg'

I am new at this so please be gentle. Thanks a ton for your time.

Cheers,
John
 
S

Sue Mosher [MVP-Outlook]

If you're planning to create something for other people to run, that generally means an Outlook add-in. Not a simple task, I'm afraid. You can start at http://www.outlookcode.com/article.aspx?ID=36 and http://www.outlookcode.com/article.aspx?ID=42. If you have specific follow-up questions, your Outlook version and programming platform will be critical information.

A primer on the syntax for working with Outlook properties is located here: http://www.outlookcode.com/article.aspx?ID=38

The method used to save a message to the file system is MailItem.SaveAs.
 
S

strychtur

If you're planning to create something for other people to run, that generally means an Outlook add-in. Not a simple task, I'm afraid. You can start athttp://www.outlookcode.com/article.aspx?ID=36andhttp://www.outlookcode.com/article.aspx?ID=42. If you have specific follow-up questions, your Outlook version and programming platform will be critical information.

A primer on the syntax for working with Outlook properties is located here:http://www.outlookcode.com/article.aspx?ID=38

The method used to save a message to the file system is MailItem.SaveAs.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54









- Show quoted text -

Sorry Sue, Hit reply to author by mistake.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top