Click or drag to resize

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; }

Property Value

Type: DictionaryString, SmtpResponse
See Also