Click or drag to resize
MimeKit

MessageSentEventArgsResponse Property

Get the server's response.

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

Property Value

String
The response.
Remarks
Gets the server's response.
See Also