how to I create folders determined by message content as a rule?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am hoping to take content from an outlook message and use that content to
create folder to which the meassage can be moved. Is there a script I could
adapt / use or am I going to have to re-learn VB all over again?

many thanx to anyone that can help
 
Hi,

I am also looking for code / help to move the message in a folder based on
sender name. For ex - mail from Sender A should go to folder A (if it
doesnot exist, it needs to be created). I am using Outlook 2002.

I am begineer in using VB and would appreciate your help. As I understand, I
will need to a. Get sender name

B. Get folder name and see if the sendername is in the list of folders C. If
not, create folder D. Move the message to the folder

I think that redemption may not be required for getting sender name but will
be useful if I have to create folders as per the sender email address.

Thanks,
 
Back
Top