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

Outlook VBA tutorial?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 24th 06, 03:43 PM posted to microsoft.public.outlook.program_vba
[email protected]
external usenet poster
 
Posts: 4
Default Outlook VBA tutorial?

I want to create a custom VBA script that will look at text in an
e-mail, if certain text is contained within an e-mail, an automatic
reponse is sent to a certain users, based on text.

If email contains account number
then send automatic reply

just looking for any advice i can get on this

i would like to do this at the client, not on exchange

Ads
  #2  
Old August 25th 06, 07:09 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Outlook VBA tutorial?

Am 24 Aug 2006 06:43:49 -0700 schrieb :

A good point to start at is
www.outlookcode.com.

At client side you can use the Inbox´ ItemAdd event. Check the MailItem´s
Body property with the Instr function. For a reply you can call the item´s
Reply function, which returns a new MailItem object.

Note: If a message arrives in Exchange and your Outlook isn´t runnung then
you won´t get any event.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


I want to create a custom VBA script that will look at text in an
e-mail, if certain text is contained within an e-mail, an automatic
reponse is sent to a certain users, based on text.

If email contains account number
then send automatic reply

just looking for any advice i can get on this

i would like to do this at the client, not on exchange

 




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
Business Process Management(BPM) Tutorial, Workflow [email protected] Outlook - General Queries 0 August 16th 06 01:57 PM
Outlook and VBA Peter Haynes Outlook and VBA 1 June 22nd 06 01:22 PM
find an Outlook Web Access Tutorial? Fishman4 Outlook - General Queries 1 April 27th 06 04:09 PM
Help with VBA and Outlook ms Outlook and VBA 2 April 21st 06 08:23 PM
Using VBA for Outlook and VBA for Access within Access Sardonic Outlook and VBA 1 March 17th 06 01:34 PM


All times are GMT +1. The time now is 08:43 PM.


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.