![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Forward E-mails at Certain Times in Outlook to cell phone? Any code would help. I am very familiar with VB coding in EXCEL. Outlook is my new adventure.
PLEASE HELP. I have a 10:00 am dedline to give to my boss if this is possible. |
Ads |
#2
|
|||
|
|||
![]()
It's certainly possible. There are also commercial addins that will schedule
emails to be sent on a regular basis, but I don't know if those will forward messages. Would this be Outlook VBA code or a COM addin done in VB6 or VB.NET or ...? You need a timer and some logic as to what emails are to be forwarded. You can search at www.outlookcode.com for "zaphtml" to find code that will handle emails being delivered to Inbox. That strips out HTML but can be adapted to do anything else with those incoming emails including forwarding them to a specific email address or cell phone if it has an SMTP address. What sort of timer to use depends on what you have installed in the way of a development system and how good your coding skills are. For example in VBA code you can use a Win32 API system timer but that takes tons of obscure code. If you are coding in VB6 or VB.NET you can use a timer control provided with that development environment. This link has code for a VB6 high res timer but can be adapted to work in VBA code, as one example: http://www.vbaccelerator.com/home/vb...er/article.asp -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Hotnumbers2001" wrote in message ... Forward E-mails at Certain Times in Outlook to cell phone? Any code would help. I am very familiar with VB coding in EXCEL. Outlook is my new adventure. PLEASE HELP. I have a 10:00 am dedline to give to my boss if this is possible. -- Hotnumbers2001 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Forward as icalendar with times | MMM | Outlook - Calandaring | 0 | May 26th 09 02:33 PM |
Outlook with hotmail: Sends mails 20+ times | Aron | Outlook and VBA | 1 | October 1st 07 06:49 PM |
how to forward 6000 mails with VBA in OUTLOOK?? | Dong Gaofeng | Outlook and VBA | 1 | April 6th 06 06:03 PM |
Outlook 2003 Receive e-mails many times... | Mahmoud | Add-ins for Outlook | 6 | March 16th 06 02:00 AM |
Forward all e-mails from Outlook | Maxim Kazitov | Add-ins for Outlook | 1 | January 15th 06 10:43 PM |