I was forwarded to stackoverflow for questions.
I have created an addin for outlook that i want to publish on Add-ins store. I have received failures on my application that i need to resolve.
When the user has made the action in my add-in. I close the email with "Office.context.mailbox.item.close()"
When using Outlook Desktop and replying with "inline reply mode" this method does not work. Is there a way to check if the mail is in "inline reply mode" or not?
I have made a image to be shown that the process is finished and i hope this works since closing the taskpane does not work.