V
vbaNEWBIE
Hello....newbie here. Hopefully this is quick and easy for someone to help
me with. I have looked all over and found some of what I need but cannot put
it all together. The main issue for me is the code to specify the folder I
want to move the emails to. Most samples seem to be using some variation of
the default Inbox and are not specifying a particular path to the folder.
I am hoping to use the code to learn how to create others by having a
template or format which to base it on. If I can get one to work I can
probably make others work
I would like code to move emails from the default Inbox to a personal folder
in a PST file. If the PST name must be included in the path then the
destination path for the folder is:
P:\PST\TestDataFile\TestDataFileNAME\TestDataFileNAMEfolder
The PST file is P:\PST\TestDataFile.pst
and I believe to get to the actual folder (TestDataFileNAMEfolder) you use
this path:
\TestDataFileNAME\TestDataFileNAMEfolder
I would like to create code to move email from the email address
(e-mail address removed) to the folder noted above. Eventually I would like it
to check for multiple emails and then move them to the correct corresponding
folders.
Also, is there a way to have the same sub to check for multiple different
email addresses and then move them to their corresponding folders ?
Thanks for any help or advice.
me with. I have looked all over and found some of what I need but cannot put
it all together. The main issue for me is the code to specify the folder I
want to move the emails to. Most samples seem to be using some variation of
the default Inbox and are not specifying a particular path to the folder.
I am hoping to use the code to learn how to create others by having a
template or format which to base it on. If I can get one to work I can
probably make others work
I would like code to move emails from the default Inbox to a personal folder
in a PST file. If the PST name must be included in the path then the
destination path for the folder is:
P:\PST\TestDataFile\TestDataFileNAME\TestDataFileNAMEfolder
The PST file is P:\PST\TestDataFile.pst
and I believe to get to the actual folder (TestDataFileNAMEfolder) you use
this path:
\TestDataFileNAME\TestDataFileNAMEfolder
I would like to create code to move email from the email address
(e-mail address removed) to the folder noted above. Eventually I would like it
to check for multiple emails and then move them to the correct corresponding
folders.
Also, is there a way to have the same sub to check for multiple different
email addresses and then move them to their corresponding folders ?
Thanks for any help or advice.