Forward email to text pager

  • Thread starter Thread starter Steve V
  • Start date Start date
S

Steve V

I'd like to use my Arch wireless text pager to receive email. It
could work something like this:

Page my email address with "NEWMAIL" in the subject. This would
trigger an Outlook rule, which would then run a script to send new
unread messages individually from my Inbox to my pager.

Does anyone have such a macro? I have no idea how to write scripts,
so I'd appreciate any help with this.

Thank you!
Steve

(e-mail address removed)
 
I don't know of any sample code off-hand to do exactly what you need, but
here are the best links to help you get started writing your own scripts:

Visual Basic and VBA Coding in Microsoft Outlook:
http://www.outlookcode.com/d/vb.htm

Beyond the Rules Wizard (Microsoft Office and VBA Developer 2001):
http://msdn.microsoft.com/library/en-us/dnovba01/html/RulesWizard.asp?frame=true

235852 - OL2000: How to Create a Custom Rule Using Visual Basic for
Applications:
http://support.microsoft.com/?kbid=235852

306108 - How to create a script for the Rules Wizard in Outlook:
http://support.microsoft.com/default.aspx?scid=KB;en-us;q306108

324568 - Description of programming with Outlook rules:
http://support.microsoft.com/?kbid=324568
 
Back
Top