Dart.Mail Namespace : MailMessage Class |
For a list of all members of this type, see MailMessage members.
Name | Description | |
---|---|---|
![]() | Attachments | Get a generic List containing all the Attachments within this part and sub-parts. (Inherited from Dart.Mail.Multipart) |
![]() | Bcc | Gets or sets the email address(es) of the "blind carbon-copy" recipient(s). |
![]() | BitEncoding | Gets the bit encoding of the message (SevenBit, EightBit, or Binary only). |
![]() | Cc | Gets or sets the email address(es) of the "carbon-copy" recipient(s). |
![]() | ContentType | Gets or sets the "Content-Type" header field for the part. (Inherited from Dart.Mail.Part) |
![]() | Date | Gets and sets the "Date:" header field. |
![]() | From | Gets or sets the email address of who the email is from. |
![]() | 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. (Inherited from Dart.Mail.Multipart) |
![]() | IsMime | Gets or sets a value that controls the use of MIME encoding. |
![]() | IsSecure | Returns false if SecureEncoding is SecureEncoding.None, otherwise true. |
![]() | Length | Returns the approximate Length of the encoded part. (Inherited from Dart.Mail.Multipart) |
![]() | Parts | A Part list that contains all the parts in the Multipart. (Inherited from Dart.Mail.Multipart) |
![]() | Priority | Gets or sets the Priority of the message. |
![]() | ReplyTo | Gets or sets the email address(es) of where any reply should be sent. |
![]() | Resources | Get a generic List containing all the Resources within this part and sub-parts. (Inherited from Dart.Mail.Multipart) |
![]() | SecureEncoding | Indicates the type of S/MIME encoding exposed by the header. Any "inner" encoding is unknown. |
![]() | Sender | Gets or sets the email address of the sender of the email. |
![]() | Subject | Gets or sets the value of the "Subject" header field. |
![]() | Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Mail.Part) |
![]() | Text | Gets or sets the plain text body. (Inherited from Dart.Mail.Multipart) |
![]() | To | Gets or sets the email address(es) of the primary recipient(s). |