Click or drag to resize
MimeKit

AlertEventArgsMessage Property

Gets the alert message.

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

Property Value

String
The alert message.
Remarks
The alert message will be the exact message received from the server.
See Also