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

CopyItemAsync() public method

public CopyItemAsync ( CopyItemType CopyItem1 ) : void
CopyItem1 CopyItemType
return void
        public void CopyItemAsync(CopyItemType CopyItem1)
        {
            this.CopyItemAsync(CopyItem1, null);
        }

Same methods

ExchangeServiceBinding::CopyItemAsync ( CopyItemType CopyItem1, object userState ) : void
ExchangeServiceBinding