SmtpFailedRecipientsException Constructor (String, SmtpFailedRecipient)Ipswitch.Messaging.Framework
Constructor

Namespace: Ipswitch.Messaging.Framework.Mail
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public SmtpFailedRecipientsException(
	string message,
	SmtpFailedRecipient[] failedRecipients
)

Parameters

message
Type: SystemString
The exception message
failedRecipients
Type: Ipswitch.Messaging.Framework.MailSmtpFailedRecipient
An array containing the recipients that failed
See Also

Reference