RE: How to send a NSTicketMessageEntity?
Hi Espen,
here is an example for the line that sends the actual e-mail.
String[] to;
to.pushBack("user@example.no");
String[] empty;
ticketAgent.SendTicketMessage(ticketId, to, empty, empty, "Testing", 0, "USER");
If you only want to send an email, and not have it saved as a message on the ticket, then you should just use the Email class.