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 » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts made by: cableguy47905 via OfficeKB.com
Forum: Outlook and VBA April 24th 07, 06:33 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 2,344
Adding a date to the Subject line in a rule

Eric, you are a genius. I am so grateful. This will save me so much work.
It does finally work and I do not get any errors. I really appreciate this.
This works so slick. You just have no idea...
Forum: Outlook and VBA April 20th 07, 06:34 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 2,344
Adding a date to the Subject line in a rule

Ok, it looks like I can't run any other action with the script. So I
modified it so that it will also flag the message, date it, and then move it.
It does flag, and date it, but I still can't get it...
Forum: Outlook and VBA April 20th 07, 06:02 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 2,344
Adding a date to the Subject line in a rule

I made that change. It still seems to ignore it.

Sub CustomMailMessageRule(Item As Outlook.MailItem)

Dim myNameSpace As Outlook.NameSpace
Dim myPST As Outlook.MAPIFolder
Dim myFolder As...
Forum: Outlook and VBA April 20th 07, 04:23 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 2,344
Adding a date to the Subject line in a rule

Thanks again for all of your help.

This is what I have.

Sub CustomMailMessageRule(Item As Outlook.MailItem)

Dim myNameSpace As Outlook.NameSpace
Dim myPST As Outlook.MAPIFolder
Dim myFolder...
Forum: Outlook and VBA April 17th 07, 10:53 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 2,344
Adding a date to the Subject line in a rule

Do you have an example that I might be able to use? So far I have:

Sub CustomMailMessageRule(Item As Outlook.MailItem)
Item.Subject = Item.Subject & " ( " & Date & " ) "
Item.Move(
End Sub


I...
Forum: Outlook and VBA April 17th 07, 05:45 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 2,344
Adding a date to the Subject line in a rule

Once I add the date to the subject, then I want to move it to a Personal
folder that is not in my mailbox. Is this possible? I really have no idea
how I should label the path.
I had checked out the...
Forum: Outlook and VBA April 16th 07, 07:30 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 2,344
Adding a date to the Subject line in a rule

I am wanting to create a rule with the action to add today's date to the
subject line before moving it to another folder.

Can I do this? If so, does anyone have any code that would get me started...
Showing results 1 to 7 of 7

 
Forum Jump

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