 | ISendMessageResultRejectedRecipients Property |
Gets the list of the recipients (
From) rejected by the SMTP server.
Namespace: Limilabs.Client.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxList<string> RejectedRecipients { get; }ReadOnly Property RejectedRecipients As List(Of String)
Get
property List<String^>^ RejectedRecipients {
List<String^>^ get ();
}abstract RejectedRecipients : List<string> with get
Property Value
ListString
See Also