G
gamename
Hi,
I have a script which replaces rules in OL2003. The way I have folders
defined is like this:
Dim xxx As MAPIFolder
Set my_xxx = Inbox.Folders.Item("xxx")
' ... then after much logic to determine if this is the correct email
....
objItem.Move my_xxx
Is there any way to:
1) Create a folder if it doesn't exit
2) Avoid the Dim/Set steps?
TIA
-T
I have a script which replaces rules in OL2003. The way I have folders
defined is like this:
Dim xxx As MAPIFolder
Set my_xxx = Inbox.Folders.Item("xxx")
' ... then after much logic to determine if this is the correct email
....
objItem.Move my_xxx
Is there any way to:
1) Create a folder if it doesn't exit
2) Avoid the Dim/Set steps?
TIA
-T