API Reference

Class

EmailBody

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Contains the available body alternatives for an email or Outlook item.

Inheritance

  • Object
  • EmailBody

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public EmailBody() #

Properties

public String Text { get; set; } #

Plain-text alternative.

public String Html { get; set; } #

HTML alternative.

public String Rtf { get; set; } #

Decompressed, byte-preserving RTF source when present.

public String TextCharset { get; set; } #

Declared charset for the selected plain-text body.

public String HtmlCharset { get; set; } #

Declared charset for the selected HTML body.

public String HtmlContentId { get; set; } #

Content-ID attached to the selected HTML MIME body part, without angle brackets.

public String HtmlContentLocation { get; set; } #

Content location attached to the selected HTML MIME body part.

public Boolean IsHtmlRelatedRoot { get; set; } #

True when the selected HTML part is the root of a MIME multipart/related entity. Writers preserve the related container even when it currently has no resource parts.