Is your feature request related to a problem? Please describe the problem.
If you create a (draft) message—i.e., an email draft—via the MS Graph SDK in Java, the configured font family and font size are not applied. As a consequence, you have to reformat all your created email drafts manually.
Describe the solution you'd like.
There are two possible solutions:
- Automatically apply the configured font family, size, and style to newly created messages.
- Provide developers with the ability to retrieve the configuration and apply it to a message using HTML body styling.
Additional context?
No response