Dart.Mail Namespace : Multipart Class |
For a list of all members of this type, see Multipart members.
Name | Description | |
---|---|---|
Attachments | Get a generic List containing all the Attachments within this part and sub-parts. | |
ContentType | Gets or sets the "Content-Type" header field for the part. (Inherited from Dart.Mail.Part) | |
Headers | Provides a Part.Headers instance that lists all unique header fields. (Inherited from Dart.Mail.Part) | |
Html | Gets or sets the HTML text body. | |
Length | Overridden. Returns the approximate Length of the encoded part. | |
Parts | A Part list that contains all the parts in the Multipart. | |
Resources | Get a generic List containing all the Resources within this part and sub-parts. | |
Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Mail.Part) | |
Text | Gets or sets the plain text body. |