E
expect_ed
Right now I have a bunch of ALT keys set up with toolbar macros to move my
various emails into project folders (OL '03). Only problem is it does not
work with accepted calendar invites. Here is a sample of my code:
Dim msg As MailItem
For Each msg In ActiveExplorer.Selection
msg.Move _
GetNamespace("MAPI").Folders("ACTIVE
Archive").Folders("Projects").Folders("Client Billing")
Next 'msg
Set msg = Nothing
Can anyone suggest how to modify this so it will also move invites if they
are among the selected items?
Thanks in advance for your help!
ed
various emails into project folders (OL '03). Only problem is it does not
work with accepted calendar invites. Here is a sample of my code:
Dim msg As MailItem
For Each msg In ActiveExplorer.Selection
msg.Move _
GetNamespace("MAPI").Folders("ACTIVE
Archive").Folders("Projects").Folders("Client Billing")
Next 'msg
Set msg = Nothing
Can anyone suggest how to modify this so it will also move invites if they
are among the selected items?
Thanks in advance for your help!
ed