 | ImapEventGroup.Events Property |
Get the list of IMAP events.
Namespace: MailKit.Net.ImapAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntaxpublic IList<ImapEvent> Events { get; }
Property Value
IList<ImapEvent>The events.
Remarks
Gets the list of IMAP events.
See Also