The SmtpOutputStream type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CanRead |
Gets a value that indicates whether the NetworkStream supports reading.
(Inherited from NetworkStream.) |
![]() |
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.) |
![]() |
CanTimeout |
Indicates whether timeout properties are usable for NetworkStream.
(Inherited from NetworkStream.) |
![]() |
CanWrite |
Gets a value that indicates whether the NetworkStream supports writing.
(Inherited from NetworkStream.) |
![]() |
DataAvailable |
Gets a value that indicates whether data is available on the NetworkStream to be read.
(Inherited from NetworkStream.) |
![]() |
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.) |
![]() |
Position |
Gets or sets the current position in the stream. This property is not currently supported and always throws a NotSupportedException.
(Inherited from NetworkStream.) |
![]() |
Readable |
Gets or sets a value that indicates whether the NetworkStream can be read.
(Inherited from NetworkStream.) |
![]() |
ReadTimeout |
Gets or sets the amount of time that a read operation blocks waiting for data.
(Inherited from NetworkStream.) |
![]() |
Socket |
Gets the underlying Socket.
(Inherited from NetworkStream.) |
![]() |
Writeable |
Gets a value that indicates whether the NetworkStream is writable.
(Inherited from NetworkStream.) |
![]() |
WriteTimeout |
Gets or sets the amount of time that a write operation blocks waiting for data.
(Inherited from NetworkStream.) |