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

DeleteItemAsync() public method

public DeleteItemAsync ( DeleteItemType DeleteItem1 ) : void
DeleteItem1 DeleteItemType
return void
        public void DeleteItemAsync(DeleteItemType DeleteItem1)
        {
            this.DeleteItemAsync(DeleteItem1, null);
        }

Same methods

ExchangeServiceBinding::DeleteItemAsync ( DeleteItemType DeleteItem1, object userState ) : void
ExchangeServiceBinding