Forward Message with No Headers

J

Jeremy Hunter

Hi, I want to forward messages coming into Outlook to my cell phone,
and I don't want the entire message, just enough to know if it's
critical. Using the standard rules wizard is fine but it includes a
lot of header information, i.e. forwarded from, from, to...etc. I was
hoping someone could help me with an Outlook Visual Basic for
Applications script that could forward the message with just the from
and the subject in the headers?

Thanks-
 
E

Eric Legault [MVP - Outlook]

It looks like there's nothing special about that rule - it simply forwards
the message to an e-mail address, and doesn't care whether it goes to a cell
phone or a normal e-mail client.

You'd have to create your own custom rule; see http://tinyurl.com/61cd for
an excellent MSDN article on writing custom mail processing handlers. See
also http://www.slipstick.com/addins/auto.htm for a range of automatic
message processing tools and solutions.
 

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