Outlook Email Processing

Hi,

After reading email from Outlook folder,in a for each loop we need to process each email.
If we move email to another folder inside for each loop, how can we check does the current email is moved or not. Also, how can we find the folder of email(MailMessage).

Thanks in advance.

Regards,
Shree

There are 2 ways - (a) using outlook component & some coding (b) simulating human actions

which way you would like to do it ? Incase of second option use the recording facility.

first option requires .Net coding knowledge, search the forum for sample code.

Thanks @skini76 ,

Could you provide me the coding reference link.

Regards,
Shree