SmtpSession Members
The SmtpSession class is the base class for classes that represent a Simple Mail Transfer Protocol (SMTP) session.
The following tables list the members exposed by the SmtpSession type.
Public Properties
Name | Description | |
---|---|---|
AntispamBypass | When overridden in a derived class, the AntispamBypass property gets a value that indicates whether the session is a connection with a partner configured for anti-spam bypass. | |
AuthenticationSource | When overridden in a derived class, the AuthenticationSource property gets a value that indicates how the remote server authenticated for the session. | |
HelloDomain | When overridden in a derived class, the HelloDomain property gets or sets the domain specified by the client by using the HELO or EHLO command. | |
IsConnected | When overridden in a derived class, the IsConnected property returns a value that indicates whether the session is currently connected. | |
IsExternalConnection | When overridden in a derived class, the IsExternalConnection property gets or sets a value that indicates whether the connection is with a server outside the organization. | |
LastExternalIPAddress | When overridden in a derived class, the LastExternalIPAddress property gets or sets the Internet Protocol (IP) of the last mail server to process the message before the message entered the organization. | |
LocalEndPoint | When overridden in a derived class, the LocalEndPoint property gets or sets the Internet Protocol (IP) end point for the local connection. | |
Properties | When overridden in a derived class, the Properties property gets or sets an indexer for custom session properties. | |
RemoteEndPoint | When overridden in a derived class, the RemoteEndPoint property gets or sets the Internet Protocol (IP) end point for the remote connection. | |
SessionId | When overridden in a derived class, the SessionId property gets or sets the ID for the session. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top