Hi Guys

I am looking for outlook VBA code so that when the user selects multiple emails in his folder and run the macro then it should do the following:

1. If its word document then convert that to PDF and save it down in a shared folder.
2. If the attachment is PDF already then save it down in the same format in a shared folder.
3. If there is a message in the email body then save it down separately in PDF file in shared folder.

All the PDF files should be named automatically using the sendername/Date/subject line etc...

Is this achievable?

Thanks