有谁知道如何从 C# .NET 应用程序使用 Novell GroupWise 发送电子邮件?

发布于 2024-09-12 01:42:05 字数 112 浏览 3 评论 0原文

我正在尝试找到一种方法来 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

等风来 2024-09-19 01:42:05

它有一个 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文