Posts Tagged 'Outlook PST data damage'

2 Quick Tips to Redirect an Email in Your Outlook

Unlike forward, email redirection will not include the original message headers and not add the "FW" prefix alike in the email subject, such that the recipients cannot know the original email’s actual sources. This article will show you 2 quick methods to redirect an email. When you forward an email, you will find that the forwarding email will automatically include the original message header, namely its actual sources. And "FW" prefix will be auto added to the subject, like the following...

Read more »

How to Convert a Meeting into an Appointment with Outlook VBA

Many users are longing for a method to convert an Outlook meeting into a common appointment. This article will introduce a quick method to accomplish it quickly via Outlook VBA. Actually an Outlook meeting is also an appointment item. The primary difference between them is that meeting contains attendees but appointment doesn’t. Thus it is pretty easy to convert a common appointment into a meeting. Just open the appointment and click on “Invite Attendees” button under “Appointment”...

Read more »

How to Rename the Attachments When Forwarding an Email in Outlook

Sometimes, when you forward an email that contains several attachments, you may want to rename the attachments directly when forwarding. This article will teach you how to accomplish it with Outlook VBA. By default, Outlook doesn’t permit user to rename attachments when forwarding. Therefore, if you would like to rename them, the unique way is to first save the files to a local folder on your computer, then rename them and next re-attach them to the forwarding email. Obviously this method is...

Read more »