area-essentialsgood first issueproposal/opent/enhancement ☀️
仓库指标
- Star
- (23,245 star)
- PR 合并指标
- (平均合并 47天 9小时) (30 天内合并 248 个 PR)
描述
Description
I would like to be able to compose mails with an HTML body, as you can do on iOS or for example using an Outlook interop MailItem (on Windows).
MAUI gives you only an Exception on Windows (EmailImplementation):
if (message != null && message.BodyFormat != EmailBodyFormat.PlainText)
throw new FeatureNotSupportedException("Windows can only compose plain text email messages.");
Public API Changes
(none to my knowledge)
Intended Use-Case
Format the body of a mail e.g. for better readability or corporate identity stuff.