The Smtp type exposes the following members.
Properties
Name | Description | |
---|---|---|
AbortTimeout |
Gets or sets the length of time before the abort operation times out.
| |
ClientDomain |
Gets or sets the domain announced by the client.
| |
DeliveryStatusNotificationConditions |
Gets or sets the bit field specifying the conditions under which the SMTP server should generate
and send a delivery status notification (DSN) messages.
| |
DeliveryStatusNotificationOriginalMessageMethod |
Gets or sets the value indicating to the SMTP server whether it should attach
the entire original message or headers only.
| |
EnabledExtensions |
Gets or sets the bit field specifying the enabled extensions.
| |
Encoding |
Gets or sets the Encoding to use to encode and decode command parameters and server responses.
| |
InstanceId |
Gets instance ID (intended for logging purposes).
(Inherited from NetworkSession.) | |
IsAuthenticated |
Returns a value indicating whether the session is authenticated.
(Overrides NetworkSession..::..IsAuthenticated.) | |
IsBusy |
Gets a value indicating whether there any operation (method) in progress.
| |
IsConnected |
Gets a value indicating whether the session is connected.
(Overrides NetworkSession..::..IsConnected.) | |
IsSecured |
Gets the value indicating whether the control connection is secured.
| |
LocalEndPoint |
Gets the local client EndPoint.
| |
LogWriter |
Gets or sets the LogWriter used by this object.
(Inherited from NetworkSession.) | |
MaxMailSize |
Gets the maximum mail message size announced by the server.
| |
Options | Obsolete. | |
Proxy |
Gets or sets the network proxy to use to access a remote server.
| |
RemoteEndPoint |
Gets the remote server EndPoint.
| |
ServerDomain |
Gets the domain announced by the server.
| |
ServerName |
Gets the server name, if available.
(Inherited from NetworkSession.) | |
ServerPort |
Gets the server port, if available.
(Inherited from NetworkSession.) | |
Settings |
Gets or sets Smtp object settings.
| |
State |
Gets the current state of the Smtp object.
| |
SupportedExtensions |
Gets the bit field specifying the extensions supported by the server.
| |
Timeout |
Gets or sets the length of time in milliseconds before the operation times out (specify -1 or 0 to indicate that the request does not time out).
| |
TlsDebugLevel | Obsolete. | |
TlsSocket |
Returns the TLS/SSL socket of secured control connection.
| |
UserName |
Gets the authenticated user name, if available.
(Inherited from NetworkSession.) | |
Version |
Returns the version of the SMTP component.
|