Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试寻找一种方法来与 GroupWise 进行外壳或通信,以便我可以使用 C# 以编程方式打开然后向收件人发送电子邮件。我没有任何代码,只是在寻找 api 调用或 shell 方法来打开电子邮件。
它有一个 COM 自动化层,在您的项目 + 添加引用,COM 选项卡列表中找到它。API 文档在这里。
绝对考虑改用 System.Net.Mail.SmtpClient。