Exemple #1
0
 /// <remarks/>
 public void FindFolderAsync(FindFolderType FindFolder1, object userState) {
     if ((this.FindFolderOperationCompleted == null)) {
         this.FindFolderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFindFolderOperationCompleted);
     }
     this.InvokeAsync("FindFolder", new object[] {
                 FindFolder1}, this.FindFolderOperationCompleted, userState);
 }
Exemple #2
0
 /// <remarks/>
 public void FindFolderAsync(FindFolderType FindFolder1) {
     this.FindFolderAsync(FindFolder1, null);
 }