C# imapx 2

PHaRTnONu

Client
Регистрация
01.10.2016
Сообщения
340
Благодарностей
48
Баллы
28
so i want to use imapX2 i dont know crap about loading c# code
can some one give me a hand with this i would apreciate that.
i need to retrieve unread ( flag )


thanks in advance
 

PHaRTnONu

Client
Регистрация
01.10.2016
Сообщения
340
Благодарностей
48
Баллы
28
ive tried with no luck

Код:
var client = new ImapClient("imap.1and1.com", true);

if(client.Connect()) {
   
  if(client.Login(project.Variables["Login"].Value, project.Variables["Password"].Value)) {
  client.Behavior.MessageFetchMode = MessageFetchMode.Basic  
      // login successful
  }
}
else {
  // connection not successful
}
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)