A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Forward E-mails at Certain Times in Outlook using VBA



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 29th 09, 06:30 AM
Hotnumbers2001 Hotnumbers2001 is offline
Junior Member
 
First recorded activity at Outlookbanter: Jul 2009
Posts: 2
Question Forward E-mails at Certain Times in Outlook using VBA

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  
Old July 29th 09, 03:46 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Forward E-mails at Certain Times in Outlook using VBA

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 01:58 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.