Table of Contents

Method AddRecipientBCC

Namespace
Innova.Prism.Library.Mail
Assembly
Innova.Prism.Library.dll

AddRecipientBCC(string)

Adds a recipient to the "BCC" field of the mail message.

public bool AddRecipientBCC(string email)

Parameters

email string

The email address of the recipient.

Returns

bool

true if the recipient was added successfully; otherwise, false.