/// <remarks/>
 public void GetFolderAsync(GetFolderType GetFolder1)
 {
     this.GetFolderAsync(GetFolder1, null);
 }
 /// <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);
 }
 /// <remarks/>
 public System.IAsyncResult BeginGetFolder(GetFolderType GetFolder1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetFolder", new object[] {
                 GetFolder1}, callback, asyncState);
 }