dotnet/maui

Email support HTML body on Windows

オープン

#23,968 opened on 2024/08/01

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C# (1,951 件のフォーク)batch import
area-essentialsgood first issueproposal/opent/enhancement ☀️

Repository metrics

Stars
 (23,245 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド