API Reference
Class
EmailBody
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
- Property EmailDocument.Body
Constructors
public EmailBody() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
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.