TextBodyPart Properties

The TextBodyPart type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAsMimePart
Gets the text part as MimePart object.
Public propertyCode exampleCharset
Gets or sets the charset of the text part contents.
Public propertyCode exampleHeaders
Gets the collection of the text part headers.
Public propertyIsICalendar
Gets if this body part contains iCal data entry (like meeting request or event).
Public propertyCode exampleIsOriginal
Indicates if the text part came with the message or it was added automatically during parsing the message.
Public propertyCode exampleText
Gets or sets the contents of the text part as a string.
Public propertyCode exampleTransferEncoding
Gets or sets the mail transfer encoding of the text part contents.
Top
See Also