Skip to content

M_NChronicle_SMTP_Configuration_SmtpChronicleLibraryConfiguration_WithRecipients

Andrew James edited this page Aug 3, 2017 · 1 revision

SmtpChronicleLibraryConfiguration.WithRecipients Method (MailAddress[])

Set the recipients to which records are emailed. The default is no recipients (no email is sent).

Namespace: NChronicle.SMTP.Configuration
Assembly: NChronicle.SMTP (in NChronicle.SMTP.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public void WithRecipients(
	params MailAddress[] recipients
)

VB

Public Sub WithRecipients ( 
	ParamArray recipients As MailAddress()
)

F#

member WithRecipients : 
        recipients : MailAddress[] -> unit 

Parameters

 

recipients
Type: System.Net.Mail.MailAddress[]
The recipients to send the emails to.

See Also

Reference

SmtpChronicleLibraryConfiguration Class
WithRecipients Overload
NChronicle.SMTP.Configuration Namespace

Clone this wiki locally