Recent content by earmor

  1. E

    New Macro/Script needed

    Are you using the contents of the incoming message in the fax? You either need to copy it to a new message or forward the message. In response to your question above, I will be forwarding the body of the original email as the body of the new email. Is this what the script should look like...
  2. E

    New Macro/Script needed

    Yes I would like for it to be automatic. Would this be the script? Sub SendNew(Item As Outlook.MailItem) Dim objMsg As MailItem Set objMsg = Application.CreateItemFromTemplate("C:\path\to\test-rule.oft") ' If the address you want to send to is not saved in the template, ' set the...
  3. E

    New Macro/Script needed

    I would like to create a macro or a script that would copy the information in the subject of an email and paste it into the to: of an email. We have a process by which someone will send an email and the subject will contain a fax number that we would like to automatically send as the recipient.
Back
Top