Sicos1977 / MailKitImapIdler

A demo program that shows how to use IMAP IDLE mode with MailKit
19 stars 3 forks source link

`MessagesArrivedEventArgs` is missing #2

Open astrohart opened 2 years ago

astrohart commented 2 years ago
Severity    Code    Description Project File    Line    Suppression State
Error   CS0246  The type or namespace name 'MessagesArrivedEventArgs' could not be found (are you missing a using directive or an assembly reference?)  MailKitImapIdler    C:\Users\Brian Hart\source\repos\Sicos1977\MailKitImapIdler\MailKitImapIdler\ConnectionManager.cs   955 Active

See above. When I try to build this program I get the error above. Please provide the missing code (perhaps you forgot to upload it).