SmtpSettings Class Members
In This Topic
The following tables list the members exposed by SmtpSettings.
Public Constructors
Public Properties
| Name | Description |
| DefaultSettings |
Gets an instance of SmtpSettings populated with settings for the current store.
|
| EnableSSL |
Gets or sets a value indicating whether the SMTP server requires an SSL connection.
|
| Password |
Gets or sets the password for SMTP authentication.
|
| Port |
Gets or sets the SMTP server port. Default is 25.
|
| RequiresAuthentication |
Gets or sets a value indicating whether the SMTP server requires authentication.
|
| Server |
Gets or sets the SMTP Server Name or IP.
|
| UserName |
Gets or sets the user name for SMTP authentication.
|
Top
Extension Methods
| Name | Description |
| ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also