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

Message Rules



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 14th 06, 10:16 AM posted to microsoft.public.outlook.program_vba
Keith
external usenet poster
 
Posts: 8
Default Message Rules

I work for a large organisation and have reached the limit of my message
rules, I therefore want to try and use VBA to move messages from certain
people or with certain subjects to various sub-folders of my inbox (also
consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on a
2000 exchange server, I am completely new to VB in Outlook, can anyone give
me the basics and I can build from them?

Thank you in advance

Keith


  #2  
Old December 14th 06, 01:33 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Message Rules

You might start with these pages:

http://www.outlookcode.com/d/vbabasics.htm
http://www.outlookcode.com/d/vb.htm
http://www.outlookcode.com/d/zaphtml.htm -- various ways to process incoming messages

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Keith" wrote in message ...
I work for a large organisation and have reached the limit of my message
rules, I therefore want to try and use VBA to move messages from certain
people or with certain subjects to various sub-folders of my inbox (also
consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on a
2000 exchange server, I am completely new to VB in Outlook, can anyone give
me the basics and I can build from them?

Thank you in advance

Keith


  #3  
Old December 14th 06, 10:21 PM posted to microsoft.public.outlook.program_vba
Keith
external usenet poster
 
Posts: 8
Default Message Rules

Thanks Sue, but the 3rd link will not work for me, is there a problem with
it?


"Sue Mosher [MVP-Outlook]" wrote in message
...
You might start with these pages:

http://www.outlookcode.com/d/vbabasics.htm
http://www.outlookcode.com/d/vb.htm
http://www.outlookcode.com/d/zaphtml.htm -- various ways to process incoming
messages

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Keith" wrote in message
...
I work for a large organisation and have reached the limit of my message
rules, I therefore want to try and use VBA to move messages from certain
people or with certain subjects to various sub-folders of my inbox (also
consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on
a
2000 exchange server, I am completely new to VB in Outlook, can anyone
give
me the basics and I can build from them?

Thank you in advance

Keith




  #4  
Old December 14th 06, 10:29 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Message Rules

Some days I just can't type. Try http://www.outlookcode.com/d/code/zaphtml.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Keith" wrote in message ...
Thanks Sue, but the 3rd link will not work for me, is there a problem with
it?


"Sue Mosher [MVP-Outlook]" wrote in message
...
You might start with these pages:

http://www.outlookcode.com/d/vbabasics.htm
http://www.outlookcode.com/d/vb.htm
http://www.outlookcode.com/d/zaphtml.htm -- various ways to process incoming
messages



"Keith" wrote in message
...
I work for a large organisation and have reached the limit of my message
rules, I therefore want to try and use VBA to move messages from certain
people or with certain subjects to various sub-folders of my inbox (also
consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on
a
2000 exchange server, I am completely new to VB in Outlook, can anyone
give
me the basics and I can build from them?

Thank you in advance

Keith




  #5  
Old December 29th 06, 10:09 PM posted to microsoft.public.outlook.program_vba
Keith
external usenet poster
 
Posts: 8
Default Message Rules

Thanks Sue,

I have been reading the links and playing about with things but am still no
further forward, can you give me a basic script so I can see how it works
then I can expand from there?

Thanks again


"Sue Mosher [MVP-Outlook]" wrote in message
...
Some days I just can't type. Try
http://www.outlookcode.com/d/code/zaphtml.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Keith" wrote in message
...
Thanks Sue, but the 3rd link will not work for me, is there a problem with
it?


"Sue Mosher [MVP-Outlook]" wrote in message
...
You might start with these pages:

http://www.outlookcode.com/d/vbabasics.htm
http://www.outlookcode.com/d/vb.htm
http://www.outlookcode.com/d/zaphtml.htm -- various ways to process
incoming
messages



"Keith" wrote in message
...
I work for a large organisation and have reached the limit of my message
rules, I therefore want to try and use VBA to move messages from certain
people or with certain subjects to various sub-folders of my inbox (also
consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on
a
2000 exchange server, I am completely new to VB in Outlook, can anyone
give
me the basics and I can build from them?

Thank you in advance

Keith






  #6  
Old December 29th 06, 10:53 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Message Rules

I don't know how to get any more basic than the samples on that page. You can also look at the one at http://www.outlookcode.com/d/code/quarexe.htm, which moves messages.

Maybe you should ask specific questions about the pieces you think you're missing.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Keith" wrote in message ...

I have been reading the links and playing about with things but am still no
further forward, can you give me a basic script so I can see how it works
then I can expand from there?

"Sue Mosher [MVP-Outlook]" wrote in message
...


Some days I just can't type. Try
http://www.outlookcode.com/d/code/zaphtml.htm


"Keith" wrote in message
...
Thanks Sue, but the 3rd link will not work for me, is there a problem with
it?


"Sue Mosher [MVP-Outlook]" wrote in message
...
You might start with these pages:

http://www.outlookcode.com/d/vbabasics.htm
http://www.outlookcode.com/d/vb.htm
http://www.outlookcode.com/d/zaphtml.htm -- various ways to process
incoming
messages



"Keith" wrote in message
...
I work for a large organisation and have reached the limit of my message
rules, I therefore want to try and use VBA to move messages from certain
people or with certain subjects to various sub-folders of my inbox (also
consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on
a
2000 exchange server, I am completely new to VB in Outlook, can anyone
give
me the basics and I can build from them?


  #7  
Old December 29th 06, 10:11 PM posted to microsoft.public.outlook.program_vba
Keith
external usenet poster
 
Posts: 8
Default Message Rules

Thanks Sue,

I have been reading the links and playing about with things but am still no
further forward, can you give me a basic script so I can see how it works
then I can expand from there?

Thanks again

"Sue Mosher [MVP-Outlook]" wrote in message
...
Some days I just can't type. Try
http://www.outlookcode.com/d/code/zaphtml.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Keith" wrote in message
...
Thanks Sue, but the 3rd link will not work for me, is there a problem with
it?


"Sue Mosher [MVP-Outlook]" wrote in message
...
You might start with these pages:

http://www.outlookcode.com/d/vbabasics.htm
http://www.outlookcode.com/d/vb.htm
http://www.outlookcode.com/d/zaphtml.htm -- various ways to process
incoming
messages



"Keith" wrote in message
...
I work for a large organisation and have reached the limit of my message
rules, I therefore want to try and use VBA to move messages from certain
people or with certain subjects to various sub-folders of my inbox (also
consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on
a
2000 exchange server, I am completely new to VB in Outlook, can anyone
give
me the basics and I can build from them?

Thank you in advance

Keith






 




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
Message Rules leadpipe Outlook Express 1 November 24th 06 03:46 PM
message rules before the message arrives An Ony Outlook - General Queries 3 October 31st 06 12:00 PM
Message Rules John Outlook Express 4 September 23rd 06 03:52 AM
Message Rules Jonathan Hollis Outlook Express 0 September 16th 06 02:45 PM
Message Rules Schmitty Outlook Express 4 March 23rd 06 10:17 PM


All times are GMT +1. The time now is 06:39 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.