Ejemplo n.º 1
0
 /// <remarks/>
 public void GetMailFolderListingAsync(GetMailFolderListingRequest GetMailFolderListingRequest, object userState) {
     if ((this.GetMailFolderListingOperationCompleted == null)) {
         this.GetMailFolderListingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetMailFolderListingOperationCompleted);
     }
     this.InvokeAsync("GetMailFolderListing", new object[] {
                 GetMailFolderListingRequest}, this.GetMailFolderListingOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void GetMailFolderListingAsync(GetMailFolderListingRequest GetMailFolderListingRequest) {
     this.GetMailFolderListingAsync(GetMailFolderListingRequest, null);
 }