Describe the bug
I am trying to send an email using the SDK containing the ampersand character in the subject line.

Expected behavior
The subject should be displayed as "... Report & Findings" in the email client
How to reproduce
Code:
GraphServiceClient outlookGraphClient = clientCredentialHelper.getOutlookGraphClient(XXXX);
SendMailPostRequestBody sendMailPostRequestBody = new SendMailPostRequestBody();
Message message = new Message();
message.setSubject("Report & Findings");
SDK Version
No response
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
No response
Configuration
No response
Other information
No response
Describe the bug
I am trying to send an email using the SDK containing the ampersand character in the subject line.
Expected behavior
The subject should be displayed as "... Report & Findings" in the email client
How to reproduce
Code:
SDK Version
No response
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
No response
Configuration
No response
Other information
No response