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