I am getting the Following error while using IAgilesession.sendmail method

public static void doAction(IAgileSession session) throws APIException, IOException {
IUser user = session.getCurrentUser();
System.out.println(user);
IUser[] sendTo = new IUser[] { user };

session.sendMail(sendTo,”Hello”);

}

Agile User Asked on July 7, 2020 in Agile PLM (v9).

Hello

Can you please share the error details?

– Raj

on July 7, 2020.
Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.