MailBee.NET Objects 4.0

MimePart Members

MimePart overview

Public Static Methods

Parse Creates a new instance of MimePart object from the specified MIME data.

Public Instance Properties

Boundary Gets the string which delimits MIME parts nested into this part.
Charset Gets the name of the character encoding of the MIME part.
ContentID Gets the Content-ID value of the MIME part.
ContentLocation Gets the content location of the MIME part.
ContentType Gets the content type of the MIME part as a string.
Description Gets the content description of the MIME part as a string.
Disposition Gets the content disposition of the MIME part.
Filename Gets the filename of the MIME part as specified in the message.
Headers Gets or sets the collection of the MIME part headers.
IsComplete Indicates whether the MIME part of the message was received completely.
IsFile Indicates whether the MIME part is a file.
IsInline Indicates whether the MIME part is inline.
IsMessageInside Indicates whether the MIME part is an encapsulated mail message.
IsRelated Indicates whether the MIME part is related to other MIME parts of this message.
MailEncodingOriginal Gets the name of the mail transfer encoding of the MIME part.
Name Gets the name of the MIME part.
PartType Gets the category of the MIME part content.
RawHeader Gets a string containing the header section of the MIME part in the original form.
Size Gets the size of the MIME part content in bytes.
SubParts Gets the collection of all immediate sub-parts of the MIME part.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetAllParts Returns the collection containing this MIME part and all its sub-parts (if any) as a flat list.
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.

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

MimePart Class | MailBee.Mime Namespace | MailMessage | Attachment | TextBodyPart