i am using following code
Aspose.Email.Imap.ImapClient client = new ImapClient();
client.SecurityMode = ImapSslSecurityMode.Implicit;
But SecutiryMode property is missing
And ImapSslSecurityMode enum is missing
So what dll we shouldl use for this?