Esempio n. 1
0
 /// <remarks/>
 public void GetMailFolderTreeAsync(GetMailFolderTreeRequest GetMailFolderTreeRequest, object userState) {
     if ((this.GetMailFolderTreeOperationCompleted == null)) {
         this.GetMailFolderTreeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMailFolderTreeOperationCompleted);
     }
     this.InvokeAsync("GetMailFolderTree", new object[] {
                 GetMailFolderTreeRequest}, this.GetMailFolderTreeOperationCompleted, userState);
 }
Esempio n. 2
0
 /// <remarks/>
 public void GetMailFolderTreeAsync(GetMailFolderTreeRequest GetMailFolderTreeRequest) {
     this.GetMailFolderTreeAsync(GetMailFolderTreeRequest, null);
 }