/// <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); }
/// <remarks/> public void MoveEmailAsync(MoveEmailRequest MoveEmailRequest) { this.MoveEmailAsync(MoveEmailRequest, null); }