F
fisherofsouls
Could anyone help with a simple Outlook VBA programming request ?
Having signed up with Gmail, I would like to forward about 100 items
from an Outlook 2003 PST file to my Gmail account so that I can file
them. It strikes me that the simplest way to do this would be to
forward each one to my Gmail account. So I would like a code snippet
which achieves the following:
(1) Enumerates the messages in folder "Copy Of Inbox"
(2) For each message, forwards to "<my account>@gmail.com"
(3) Deletes each message
Could anyone oblige ?
Thanks and regards
Nick
Having signed up with Gmail, I would like to forward about 100 items
from an Outlook 2003 PST file to my Gmail account so that I can file
them. It strikes me that the simplest way to do this would be to
forward each one to my Gmail account. So I would like a code snippet
which achieves the following:
(1) Enumerates the messages in folder "Copy Of Inbox"
(2) For each message, forwards to "<my account>@gmail.com"
(3) Deletes each message
Could anyone oblige ?
Thanks and regards
Nick