| ISendMessageResultRejectedRecipientsErrors Property |
Gets error responses received from the server in response to 'add recipient' (RCPT TO command) requests.
You can iterate over this dictionary using
RejectedRecipients list.
Namespace:
Limilabs.Client.SMTP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax Dictionary<string, SmtpResponse> RejectedRecipientsErrors { get; }
ReadOnly Property RejectedRecipientsErrors As Dictionary(Of String, SmtpResponse)
Get
property Dictionary<String^, SmtpResponse^>^ RejectedRecipientsErrors {
Dictionary<String^, SmtpResponse^>^ get ();
}
abstract RejectedRecipientsErrors : Dictionary<string, SmtpResponse> with get
Property Value
Type:
DictionaryString,
SmtpResponseSee Also