public int GetCounts(string folder, string name)
 {
     return(EmailConnection.GetItemCount(name));
 }