Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.MoveItemAsync C# (CSharp) Метод

MoveItemAsync() публичный Метод

public MoveItemAsync ( MoveItemType MoveItem1 ) : void
MoveItem1 MoveItemType
Результат void
        public void MoveItemAsync(MoveItemType MoveItem1)
        {
            this.MoveItemAsync(MoveItem1, null);
        }

Same methods

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