 | SmtpResponseResponse Property |
Get the response text.
Namespace:
MailKit.Net.Smtp
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
Syntaxpublic string Response { get; }
Property Value
Type:
StringThe response text.
Remarks
Gets the response text.
See Also