BuildMaster SDK Reference
Version:

CreateMailMessage(System.Collections.Generic.IEnumerable<string> toEmailAddresses) Method

Creates a mail message with the configured From address to the specified recipients.

Syntax

public static System.Net.Mail.MailMessage CreateMailMessage(IEnumerable<string> toEmailAddresses)

Parameters

toEmailAddresses
Type: System.Collections.Generic.IEnumerable<string>

To email addresses of the recipients.