Click or drag to resize
MimeKit

ImapEventGroupEvents Property

Get the list of IMAP events.

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public IList<ImapEvent> Events { get; }

Property Value

IListImapEvent
The events.
Remarks
Gets the list of IMAP events.
See Also