I have a question wanna to get some help. How to start to execute next sequence after receiving some response e-mail? For example, this program would send an e-mail(outlook mail) to me, then I will reply a
response e-mail, like OK, then the program start to execute next sequence ?
How could I achieve this function ? anybody could give me some guide( or demo code)?
Thanks a lot in advance !
Use Get Outlook Mail Message activity to read mails from Outlook and check like whether particular mail received or not. If received then perform your actions else perform other steps if mail didn’t receive.