Forward Message with No Headers

  • Thread starter Thread starter Jeremy Hunter
  • Start date Start date
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-
 
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.
 
Back
Top