Click here to Skip to main content
16,004,192 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to copy the email from outlook into local folders. I want to use default 3 to 4 folders by default in each and every time. Is it possible?

What I have tried:

I want to copy the email from outlook into local folders. I want to use default 3 to 4 folders by default in each and every time. Is it possible?
Posted
Updated 17-Apr-18 0:44am
Comments
Maciej Los 17-Apr-18 6:39am    
"I want to..." does not sound like a question, true?
What have you tried? Where are you stuck?

Yes, it's possible. You have to use MailItem.SaveAs Method (Outlook)[^]
 
Share this answer
 
Yes it is possible, see Outlook VBA reference | MSDN[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900