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

GetItemAsync() public method

public GetItemAsync ( GetItemType GetItem1 ) : void
GetItem1 GetItemType
return void
        public void GetItemAsync(GetItemType GetItem1)
        {
            this.GetItemAsync(GetItem1, null);
        }

Same methods

ExchangeServiceBinding::GetItemAsync ( GetItemType GetItem1, object userState ) : void
ExchangeServiceBinding