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.
Asked
Active
Viewed 1,169 times
1 Answers
0
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.

Hans Passant
- 922,412
- 146
- 1,693
- 2,536