Exemple #1
0
 void OnAuthenticated(object sender, AuthenticatedEventArgs e)
 {
     if (Account.AuthErrorDate.HasValue)
         mailBoxManager.SetMailboxAuthError(Account, false);
 }
 void OnAuthenticated(object sender, AuthenticatedEventArgs e)
 {
     if (OnAuthSucceed != null) OnAuthSucceed(Account);
 }