get hotmail unread mail count problem

count , hotmail , unread , message China
  • 11 years ago

    i use LumiSoft.Net to help me get the number, how ever ,when i execute to the line about Login: IMAPServer.Login("[email protected]", "*"); it just throw an exeption called no instance referenced error... i dont think there may be this kind error, could anybody help a look, please?

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using LumiSoft.Net.IMAP; using LumiSoft.Net.IMAP.Client;

    namespace UKTests { public class Mail { /// /// 获取未读邮件数量 /// ///

    邮件服务器地址Client IMAPServer = new IMAP* } catch (Exception ex) { throw ex; } finally { IMAPServer.Disconnect(); } } } }

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” - Edsger Dijkstra