Click or drag to resize
MimeKit

SmtpResponseResponse Property

Get the response text.

Namespace: MailKit.Net.Smtp
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public string Response { get; }

Property Value

String
The response text.
Remarks
Gets the response text.
See Also