OfficeIMO.Email.Html
3.2.6
Prefix Reserved
dotnet add package OfficeIMO.Email.Html --version 3.2.6
NuGet\Install-Package OfficeIMO.Email.Html -Version 3.2.6
<PackageReference Include="OfficeIMO.Email.Html" Version="3.2.6" />
<PackageVersion Include="OfficeIMO.Email.Html" Version="3.2.6" />
<PackageReference Include="OfficeIMO.Email.Html" />
paket add OfficeIMO.Email.Html --version 3.2.6
#r "nuget: OfficeIMO.Email.Html, 3.2.6"
#:package OfficeIMO.Email.Html@3.2.6
#addin nuget:?package=OfficeIMO.Email.Html&version=3.2.6
#tool nuget:?package=OfficeIMO.Email.Html&version=3.2.6
OfficeIMO.Email.Html
OfficeIMO.Email.Html is the optional HTML bridge for OfficeIMO.Email. It selects an HTML, RTF, or plain-text body once, applies the shared untrusted HTML policy, indexes CID and content-location resources, and exposes a prepared HtmlConversionDocument to renderers and readers.
dotnet add package OfficeIMO.Email.Html
using OfficeIMO.Email;
EmailBodyProjectionResult projection = EmailBodyProjection.Create(message);
string safeHtml = projection.Html;
EmailBodyResource? logo = projection.ResolveResource("cid:logo@example.test");
Remote resources are blocked by default. Selecting AllowByConsumerResolver only retains eligible HTTP(S) references; this package never downloads them. Attachment content remains operation-scoped and is opened only through bounded resource reads.
OfficeIMO.Email.Image uses the prepared HTML and resource index for rendering. OfficeIMO.Reader.Email uses the same projection before producing safe text or Markdown, so those adapters do not choose bodies, sanitize markup, or resolve embedded resources independently.
The core OfficeIMO.Email package does not depend on HTML libraries. Install this bridge only when safe HTML, RTF fallback, resource resolution, rendering, or Markdown projection is needed. The dependency footprint is OfficeIMO.Email, OfficeIMO.Html, and OfficeIMO.Html.Rtf.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- OfficeIMO.Email (>= 3.2.6)
- OfficeIMO.Html (>= 3.2.6)
- OfficeIMO.Html.Rtf (>= 3.2.6)
-
.NETStandard 2.0
- OfficeIMO.Email (>= 3.2.6)
- OfficeIMO.Html (>= 3.2.6)
- OfficeIMO.Html.Rtf (>= 3.2.6)
-
net10.0
- OfficeIMO.Email (>= 3.2.6)
- OfficeIMO.Html (>= 3.2.6)
- OfficeIMO.Html.Rtf (>= 3.2.6)
-
net8.0
- OfficeIMO.Email (>= 3.2.6)
- OfficeIMO.Html (>= 3.2.6)
- OfficeIMO.Html.Rtf (>= 3.2.6)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on OfficeIMO.Email.Html:
| Package | Downloads |
|---|---|
|
OfficeIMO.Reader.Email
Unified email, MHTML, Outlook store, and Offline Address Book adapter for OfficeIMO.Reader.Core. |
|
|
OfficeIMO.Email.Image
HTML-backed image rendering for OfficeIMO email documents. |
GitHub repositories
This package is not used by any popular GitHub repositories.