NSmtpClient Class Members
In This Topic
The following tables list the members exposed by NSmtpClient.
Public Constructors
Public Properties
| Name | Description |
| Credentials | Gets/Sets the network credentials to use for sending e-mails. |
| EnableSsl | Gets/Sets whether the server uses SSL connection. By default set to false. |
| Host | Gets/Sets the name or IP address of the host used for SMTP transactions. |
| Port | Gets/Sets the port used for SMTP transactions. |
| UseDefaultCredentials | Determines whether to use the default credentials. |
Top
Public Methods
| Name | Description |
| Send | Sends the given e-mail message. |
Top
See Also