SmtpConnectionString Class |
Namespace: AskiaPortalCmn.Common
The SmtpConnectionString type exposes the following members.
Name | Description | |
---|---|---|
SmtpConnectionString |
Creates a new instance of the SMTP connection string.
|
Name | Description | |
---|---|---|
Host |
Get or set IP address or name of the SMTP server.
| |
Port |
Get or set the port of the SMTP server.
| |
UserName |
Get or set the user name
to connect on the SMTP server.
| |
UserPassword |
Get or set the user password
to connect on the SMTP server.
| |
UseSsl |
Indicates if the SMTP server use SSL protocol.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Load the connection string.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Build the SMTPConnectionString
using the information of the current object.
(Overrides ObjectToString.) |