MailBee.NET Objects 4.0

TextBodyPart Members

TextBodyPart overview

Public Instance Properties

AsMimePart Gets the text part as MimePart object.
Charset Gets or sets the charset of the text part contents.
Headers Gets the collection of the text part headers.
IsOriginal Indicates if the text part came with the message or it was added automatically during parsing the message.
Text Gets or sets the contents of the text part as a string.
TransferEncoding Gets or sets the mail transfer encoding of the text part contents.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

TextBodyPart Class | MailBee.Mime Namespace | Attachment | MimePart