有谁知道如何从 C# .NET 应用程序使用 Novell GroupWise 发送电子邮件?
我正在尝试找到一种方法来 shell 或与 GroupWise 通信,以便我可以使用 C# 以编程方式打开电子邮件然后将其发送给收件人。我没有任何代码,只是寻找 api 调用或 shell 方法来打开电子邮件。
I am trying to find a way to shell or communicate with GroupWise so that I can open and then send an email to a recipient programatically with C#. I don't have any code, just looking for an api call or a way to shell to get the email open.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它有一个 COM 自动化层,在您的项目 + 添加引用、COM 选项卡列表中找到它。 API 文档位于此处。
绝对考虑使用 System.Net.Mail.SmtpClient 代替。
It's got a COM automation layer, find it back in your Project + Add Reference, COM tab list. API documentation is here.
Definitely consider using System.Net.Mail.SmtpClient instead.