 | 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.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxDictionary<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
DictionaryString,
SmtpResponse
See Also