Search results

  1. M

    VBA Rule for removing all body but hyperlink then forwarding

    Yup, I ended up writing the script over again and realized that was the problem after I mistakenly typed it wrong a second time. So, it's working now that I've made that correction. How difficult do you think it would be to modify it further so that it can pull multiple hyperlinks from the...
  2. M

    VBA Rule for removing all body but hyperlink then forwarding

    I must have done something wrong. While I'm not getting any errors and the message is forwarding, it is forwarding with a blank body. Here's the code: Public Sub SMStest(msg As MailItem) Dim olMailFwd As MailItem Dim Reg1 As RegExp Dim M1 As MatchCollection Dim M As Match...
  3. M

    VBA Rule for removing all body but hyperlink then forwarding

    Sorry about the code tags. Whenever I tried to add them, I received an error.
  4. M

    VBA Rule for removing all body but hyperlink then forwarding

    I want to create an Outlook rule using a script that will forward an e-mail to my cell phone, keeping the same subject, and removing the majority of the body of the e-mail. The only part of the body I'd like to keep is a hyperlink, and the hyperlink can be listed in two ways: 1) a standard...
Back
Top