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.26106.1555
Syntax
Dictionary<string, SmtpResponse> RejectedRecipientsErrors { get; }

Property Value

DictionaryString, SmtpResponse
See Also