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

MoveItemAsync() public method

public MoveItemAsync ( MoveItemType MoveItem1 ) : void
MoveItem1 MoveItemType
return void
        public void MoveItemAsync(MoveItemType MoveItem1)
        {
            this.MoveItemAsync(MoveItem1, null);
        }

Same methods

ExchangeServiceBinding::MoveItemAsync ( MoveItemType MoveItem1, object userState ) : void
ExchangeServiceBinding