| ImapEventGroupEvents Property |
Get the list of IMAP events.
Namespace: MailKit.Net.ImapAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public IList<ImapEvent> Events { get; }
Property Value
IListImapEventThe events.
Remarks
Gets the list of IMAP events.
See Also