Click or drag to resize
MimeKit

ImapEventName Property

Get the name of the IMAP event.

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

Property Value

String
The name of the IMAP event.
Remarks
Gets the name of the IMAP event.
See Also