Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.BeginCopyItem C# (CSharp) Method

BeginCopyItem() public method

public BeginCopyItem ( CopyItemType CopyItem1, System callback, object asyncState ) : System.IAsyncResult
CopyItem1 CopyItemType
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult BeginCopyItem(CopyItemType CopyItem1, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("CopyItem", new object[] {
                    CopyItem1}, callback, asyncState);
        }
ExchangeServiceBinding