Implement MailItem.Send()

Implement MailItem.Send()
0

Upvotes

Upvote

 Mar 20 2023
0 Comments 
New

We're trying to port our Outlook COM/VSTO add-in to the Outlook JS API. Our add-in currently uses MailItem.Send() to send an e-mail message.

 

Unless we've missed something, there is no Outlook JS API to send messages. Please consider implementing one.