How do i read next read email using mapiex?
On writing c# code in code stage using outlook api the ID is not matching either with EntryID or ConversationID.
What is the MapiEx GetMail action output ID is equivalent in outlook api?
Mapiex wont provide forward option. The workaround way is to use get mail and send email together to achieve it. make sure you assign all the input parameters of send mail using output parameters of get mail.