BuildMaster SDK Reference
Version:
BuildMasterSmtpClient(string host, int port, string username, string password, bool enableSSL) Constructor
Syntax
public .ctor(string host, int port, string username, string password, bool enableSSL)
Parameters
- host
- Type: string
The host.
- port
- Type: int
The port.
- username
- Type: string
The username.
- password
- Type: string
The password.
- enableSSL
- Type: bool
Whether to enable transmission over SSL.