e-mail Client problems
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi, i Face 2 problems : 1- when i try to connect through my e-mail client it permits some mails to connect either don't i donno why ? 2-
string type = mailBoxNode.SelectSingleNode"descendant::hm:special",context).InnerText; string nameUrl = mailBoxNode.SelectSingleNode"descendant::D:href",context).InnerText; int visibleCount = Int32.Parse(mailBoxNode.SelectSingleNode("descendant::D:visiblecount",context).InnerText); int unreadCount = Int32.Parse(mailBoxNode.SelectSingleNode("descendant::hm:unreadcount",context).InnerText);
i use this code to get the data about my folders but i need the data of the mails it self i donno what to write for the xpath can any help me please thanks in advance