msgraph-sdk-java icon indicating copy to clipboard operation
msgraph-sdk-java copied to clipboard

Feature Request: Get or apply configured font-family and font-size from outlook / exchange online

Open rc-acw2022 opened this issue 4 months ago • 0 comments

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:

  1. Automatically apply the configured font family, size, and style to newly created messages.
  2. Provide developers with the ability to retrieve the configuration and apply it to a message using HTML body styling.

Additional context?

No response

rc-acw2022 avatar Oct 15 '25 13:10 rc-acw2022