Example #1
0
 /// <remarks/>
 public void GetFolderAsync(GetFolderType GetFolder1, object userState) {
     if ((this.GetFolderOperationCompleted == null)) {
         this.GetFolderOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetFolderOperationCompleted);
     }
     this.InvokeAsync("GetFolder", new object[] {
                 GetFolder1}, this.GetFolderOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetFolderAsync(GetFolderType GetFolder1) {
     this.GetFolderAsync(GetFolder1, null);
 }