Is this possible to send a email by outlook add-in web?
Forwarding an email as an attachment by C# outlook add-in is easy to do, but it's not working for outlook client of the mac OS. so I have to try use new office feature. But I didn't find a way to send email in development documents
(function () {
"use strict";
})();`