Link to home
Start Free TrialLog in
Avatar of idur
idur

asked on

Send income emails to folders sorting by e-mail address

Hello, I think this is a very easy question.
How can I creat new folders and make Lotus send the incoming messeges to them automatically, sorting by certain e-mail addresses for each folder.
I it´s possible in Outlook, so there has to be a way in Lotus.
Thanks
ASKER CERTIFIED SOLUTION
Avatar of scottrma
scottrma

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of scottrma
scottrma

You could also write an agent to do this and use doc.PutInFolder("MyFolderName",True) method, which will create the folder if it does not already exist.

Regards,

Scott