BuildMaster SDK Reference
Version:

GetMailMessage(string subject, string htmlEmailBody, string plainTextBody) Method

Gets the mail message.

Syntax

protected virtual System.Net.Mail.MailMessage GetMailMessage(string subject, string htmlEmailBody, string plainTextBody)

Parameters

subject
Type: string

The subject.

htmlEmailBody
Type: string

The HTML email body.

plainTextBody
Type: string

The plain text body.