-
Notifications
You must be signed in to change notification settings - Fork 0
M_NChronicle_SMTP_Configuration_SmtpChronicleLibraryConfiguration_WithRecipients
Andrew James edited this page Aug 3, 2017
·
1 revision
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)
C#
public void WithRecipients(
params MailAddress[] recipients
)
VB
Public Sub WithRecipients (
ParamArray recipients As MailAddress()
)
F#
member WithRecipients :
recipients : MailAddress[] -> unit
- recipients
- Type: System.Net.Mail.MailAddress[]
The recipients to send the emails to.
SmtpChronicleLibraryConfiguration Class
WithRecipients Overload
NChronicle.SMTP.Configuration Namespace
NChronicle.SMTP
Send comments on this topic to [email protected]
-
NChronicle.SMTP
- NChronicle.SMTP Namespace
-
NChronicle.SMTP.Configuration Namespace
-
SmtpChronicleLibraryConfiguration Class
-
SmtpChronicleLibraryConfiguration Methods
- SmtpChronicleLibraryConfiguration.AllowingRecurrences Method
- SmtpChronicleLibraryConfiguration.GetSchema Method
- SmtpChronicleLibraryConfiguration.Ignoring Method
- SmtpChronicleLibraryConfiguration.ListeningTo Method
- SmtpChronicleLibraryConfiguration.ListeningToAllLevels Method
- SmtpChronicleLibraryConfiguration.ListeningToAllTags Method
- SmtpChronicleLibraryConfiguration.NotListening Method
- SmtpChronicleLibraryConfiguration.NotUsingSsl Method
- SmtpChronicleLibraryConfiguration.ReadXml Method
- SmtpChronicleLibraryConfiguration.SendingAsynchronously Method
- SmtpChronicleLibraryConfiguration.SendingSynchronously Method
- SmtpChronicleLibraryConfiguration.SuppressingRecurrences Method
-
SmtpChronicleLibraryConfiguration.UsingNetworkMethod Method
- SmtpChronicleLibraryConfiguration.UsingNetworkMethod Method (String, Int32, Boolean)
- SmtpChronicleLibraryConfiguration.UsingNetworkMethod Method (String, Int32, X509Certificate[])
- SmtpChronicleLibraryConfiguration.UsingNetworkMethod Method (String, Int32, String, SecureString, Boolean)
- SmtpChronicleLibraryConfiguration.UsingNetworkMethod Method (String, Int32, String, SecureString, X509Certificate[])
- SmtpChronicleLibraryConfiguration.UsingNetworkMethod Method (String, Int32, String, String, Boolean)
- SmtpChronicleLibraryConfiguration.UsingNetworkMethod Method (String, Int32, String, String, X509Certificate[])
- SmtpChronicleLibraryConfiguration.UsingNetworkMethod Method (String, Int32, String, SecureString, String, Boolean)
- SmtpChronicleLibraryConfiguration.UsingNetworkMethod Method (String, Int32, String, SecureString, String, X509Certificate[])
- SmtpChronicleLibraryConfiguration.UsingNetworkMethod Method (String, Int32, String, String, String, Boolean)
- SmtpChronicleLibraryConfiguration.UsingNetworkMethod Method (String, Int32, String, String, String, X509Certificate[])
- SmtpChronicleLibraryConfiguration.UsingPickupDirectoryMethod Method
- SmtpChronicleLibraryConfiguration.UsingSsl Method
- SmtpChronicleLibraryConfiguration.WithBody Method
- SmtpChronicleLibraryConfiguration.WithBodyFromFile Method
- SmtpChronicleLibraryConfiguration.WithCredentials Method
- SmtpChronicleLibraryConfiguration.WithCriticalMailPriority Method
- SmtpChronicleLibraryConfiguration.WithDebugMailPriority Method
- SmtpChronicleLibraryConfiguration.WithInfoMailPriority Method
- SmtpChronicleLibraryConfiguration.WithLocalTime Method
- SmtpChronicleLibraryConfiguration.WithNoRecipients Method
- SmtpChronicleLibraryConfiguration.WithRecipients Method
- SmtpChronicleLibraryConfiguration.WithSender Method
- SmtpChronicleLibraryConfiguration.WithSilentTimeout Method
- SmtpChronicleLibraryConfiguration.WithSubjectLine Method
- SmtpChronicleLibraryConfiguration.WithSuccessMailPriority Method
- SmtpChronicleLibraryConfiguration.WithTimeout Method
- SmtpChronicleLibraryConfiguration.WithTimeZone Method
- SmtpChronicleLibraryConfiguration.WithUtcTime Method
- SmtpChronicleLibraryConfiguration.WithWarningMailPriority Method
- SmtpChronicleLibraryConfiguration.WriteXml Method
-
SmtpChronicleLibraryConfiguration Methods
-
SmtpChronicleLibraryConfiguration Class
- NChronicle.SMTP.Delegates Namespace
- NChronicle.SMTP.Extensions Namespace