简体   繁体   中英

Does anyone know how to send an email with Novell GroupWise from a C# .NET application?

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM