 | ISendMessageResultGeneralErrors Property |
Gets all error responses received from the server while sending message.
Namespace: Limilabs.Client.SMTPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxList<SmtpResponse> GeneralErrors { get; }ReadOnly Property GeneralErrors As List(Of SmtpResponse)
Get
property List<SmtpResponse^>^ GeneralErrors {
List<SmtpResponse^>^ get ();
}abstract GeneralErrors : List<SmtpResponse> with get
Property Value
ListSmtpResponse
See Also