I am going to add some VBScript to an Outlook rule that will take an
incoming email, process its contents, and move it to a public folder.
As I understand it, the email will be brought into the script as a
parameter.
I need help (lots of it) with three things:
1) Ensuring that the public folder exists.
2) Creating the public folder if it doesn't already exist.
3) Moving or copying the email to the public folder. A copy of the
email should not end up in the Inbox.
If possible, I would like for the path of the public folder to be in a
variable. It will be used in more than one place, and I would prefer
to avoid hardcoding as well as duplicate code.
Thanks to all for your assistance.
Vance
Archived from group: microsoft>public>exchange>applications