For a list of all members of this type, see MessageStream members.
"| Name | Description | |
|---|---|---|
![]() | Attachments | Gets a collection containing all recursive attachments contained within the message |
![]() | BCC | Gets a MailAddresses collection of blind carbon copy recipients. |
![]() | CanRead | Overridden. Gets a value indicating whether the current Stream supports reading. |
![]() | CanSeek | Overridden. Gets a value indicating whether the current Stream supports seeking. |
![]() | CanTimeout | (Inherited from System.IO.Stream) |
![]() | CanWrite | Overridden. Gets a value indicating whether the current Stream supports writing. |
![]() | CC | Gets a MailAddresses collection of carbon copy recipients. |
![]() | Charset | Gets and sets the character set used for string/byte array conversions. |
![]() | ContentType | Gets or sets the "Content-Type" header of the message or part. |
![]() | Date | Sets the "DATE:" header field in the message. |
![]() | EncodingError | Returns true if the message contains a MessagePartStream where MessagePartStream.EncodingError is true or MessageStream.Header.EncodingError is true. |
![]() | From | Gets or sets the MailAddress object which specifies who the email is from. |
![]() | FullContentType | Gets the full "Content-Type" header line from the message or part. |
![]() | Header | Gets or sets a MailHeader collection representing the mail header lines of the message. Inherits from ArrayList. |
![]() | IsSmime | Gets a flag indicating if this message has been encoded with S/MIME. |
![]() | Length | Overridden. Gets the length in bytes of the stream. |
![]() | Mailer | Sets the "X-MAILER:" header field in the message. |
![]() | MimeBoundary | Gets or sets the boundary between MIME parts. |
![]() | NonMime | Gets a NonMime class representing non-MIME message parts. |
![]() | Parts | Gets a Parts class representing MIME parts in the message. |
![]() | Position | Overridden. Gets or sets the current position of this stream. |
![]() | Priority | Gets or sets the Priority of the message. |
![]() | ReadTimeout | (Inherited from System.IO.Stream) |
![]() | ReplyTo | Gets or sets the Reply-To header field in the message. |
![]() | ReturnPath | Gets the value of the message’s Return-Path header field. |
![]() | ReturnReceiptTo | MailAddress value representing the email address of the person to whom a message should be sent when this message is read. |
![]() | Subject | Sets the "SUBJECT:" header field in the message. |
![]() | Text | Gets or sets the text for the message. |
![]() | To | Gets a MailAddresses collection of normal recipients. |
![]() | Type | Gets or sets the "Content-Type" header of the message or part. |
![]() | Utf8Encoded | Indicates whether UTF-8 encoding is employed in the message. |
![]() | WriteTimeout | (Inherited from System.IO.Stream) |
