The SmtpOutputStream type exposes the following members.

Properties

  Name Description
Public property CanRead
Gets a value that indicates whether the NetworkStream supports reading.
(Inherited from NetworkStream.)
Public property CanSeek
Gets a value that indicates whether the stream supports seeking. This property is not currently supported.This property always returns false.
(Inherited from NetworkStream.)
Public property CanTimeout
Indicates whether timeout properties are usable for NetworkStream.
(Inherited from NetworkStream.)
Public property CanWrite
Gets a value that indicates whether the NetworkStream supports writing.
(Inherited from NetworkStream.)
Public property DataAvailable
Gets a value that indicates whether data is available on the NetworkStream to be read.
(Inherited from NetworkStream.)
Public property Length
Gets the length of the data available on the stream. This property is not currently supported and always throws a NotSupportedException.
(Inherited from NetworkStream.)
Public property Position
Gets or sets the current position in the stream. This property is not currently supported and always throws a NotSupportedException.
(Inherited from NetworkStream.)
Protected property Readable
Gets or sets a value that indicates whether the NetworkStream can be read.
(Inherited from NetworkStream.)
Public property ReadTimeout
Gets or sets the amount of time that a read operation blocks waiting for data.
(Inherited from NetworkStream.)
Protected property Socket
Gets the underlying Socket.
(Inherited from NetworkStream.)
Protected property Writeable
Gets a value that indicates whether the NetworkStream is writable.
(Inherited from NetworkStream.)
Public property WriteTimeout
Gets or sets the amount of time that a write operation blocks waiting for data.
(Inherited from NetworkStream.)

See Also