NSmtpClient Class Properties
In This Topic
For a list of all members of this type, see NSmtpClient members.
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
See Also