In-line reply style in Outlook
I've been forced to use MS Outlook as a mail client for some years now. For my work, I tend to communicate with Open Source software developers and mailinglists quite often. Needless to say, the Outlook reply style and HTML formatting of messages is not really compatible with that.
To overcome this, I've been using a VBA macro to create a special ReplyToAll button. Today, I've perfected this macro and I'm publishing it for others to use.
The macro has the following features:
- Reply in Plain Text automatically
- Set Reply Style to use '>' indenting, a.k.a. in-line reply style
- Get rid of automatic signature that Outlook may insert into the reply
- Remove the Outlook Reply header and replace with "On <DATE>, <NAME> wrote:"
Continue reading "In-line reply style in Outlook"