示例#1
0
 /// <remarks/>
 public void MoveEmailAsync(MoveEmailRequest MoveEmailRequest, object userState) {
     if ((this.MoveEmailOperationCompleted == null)) {
         this.MoveEmailOperationCompleted = new System.Threading.SendOrPostCallback(this.OnMoveEmailOperationCompleted);
     }
     this.InvokeAsync("MoveEmail", new object[] {
                 MoveEmailRequest}, this.MoveEmailOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void MoveEmailAsync(MoveEmailRequest MoveEmailRequest) {
     this.MoveEmailAsync(MoveEmailRequest, null);
 }