| | Name | Description |
 | BeginRead | (Inherited from System.IO.Stream) |
 | BeginWrite | (Inherited from System.IO.Stream) |
 | Clone | Creates a shallow copy of the MessageStream. |
 | Close | Overridden. Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. |
  | CopyStream | Copies the contents of one Stream to another. |
 | CreateObjRef | (Inherited from System.MarshalByRefObject) |
 | Dispose | Releases all resources associated with the object. |
 | EndRead | (Inherited from System.IO.Stream) |
 | EndWrite | (Inherited from System.IO.Stream) |
 | Flush | Overridden. Updates the underlying repository with the current state of the buffer and then clears the buffer. |
 | Forward | Overloaded. Returns a MessageStream object formatted for a forwarded message. |
 | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
 | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
 | Read | Overloaded. Overridden. Reads data from the Stream and copies it into the provided buffer. |
 | ReadByte | (Inherited from System.IO.Stream) |
 | Reply | Overloaded. Returns a MessageStream object formatted for a reply message. |
 | Seek | Overridden. Sets the position within the current Stream to the specified value. Always throws a NotSupportedException. |
 | SetLength | Overridden. Sets the length of the current Stream to the specified value. Always throws a NotSupportedException. |
 | Store | Overloaded. Stores the encoded MessageStream to the provided Stream. |
 | ToArray | Returns a byte array representation of the encoded message. |
 | ToMime | Overloaded. Returns a verified and/or decrypted message. |
 | ToSmime | Overloaded. Returns a MessageStream that was signed with a Detached Signature message using the sender's certificate obtained from the system certificate store. |
 | ToString | Returns a string representation of the encoded message. |
 | Write | Overloaded. Overridden. Writes a sequence of bytes to the Stream and returns when the operation is complete. |
 | WriteByte | (Inherited from System.IO.Stream) |