BuildMaster SDK Reference
Version:

BuildMasterSmtpClient(string host, int port, string username, string password, bool enableSSL) Constructor

Initializes a new instance of the BuildMasterSmtpClient class using the specified SMTP settings.

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.