BodyParams | Gets the name-value list of body parameters. |
Charset | Gets the charset of the MIME part. |
ContentID | Gets the Content-ID value of the MIME part. |
ContentType | Gets the content-type of the MIME part. |
Description | Gets the description of the MIME part. |
Disposition | Get the disposition (attachment or inline) of the MIME part. |
DispositionParams | Gets the name-value list of disposition parameters. |
EncapsulatedBodyStructure | Gets the body structure of the attached mail message. |
EncapsulatedEnvelope | Gets the envelope information of the attached mail message. |
Filename | Get the filename of the MIME part. |
IsMultipart | Indicates if the MIME part is multipart. |
Language | Get the language of the MIME part body. |
Location | Gets the body content URI of the MIME part. |
MailEncodingName | Get the name of content transfer encoding the MIME part body is encoded to. |
PartID | Gets the IMAP4 identifier of this MIME part. |
Size | Gets the length of encoded body of the MIME part. |
SubParts | Gets the collection of nested parts of the multipart MIME part. |
TextLineCount | Gets the count of text lines of the MIME part of text type. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetAllParts | Returns this MIME part and all its subparts 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. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
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. |
ImapBodyStructure Class | MailBee.ImapMail Namespace