Can Matlab communicate with a Microsoft Exchange Server?
1 次查看(过去 30 天)
显示 更早的评论
The question really says it all. Instead of using sendmail, which uses SMTP, I'd like to connect with an Exchange Server directly for sending email and adding calendar events. Is this possible?
1 个评论
Stanley Jones
2017-1-10
Yes, you can use the sendmail command, and through utilizing .NET API for Exchange Server. You can consult a Microsoft Exchange administrator to know more about this.
采纳的回答
Ryan Livingston
2013-2-15
MATLAB has a .NET interface which allows loading .NET assemblies and calling methods from them:
You may try to leverage this with the .NET API for an Exchange Server:
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Web Services 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!