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

SendItemAsync() public method

public SendItemAsync ( SendItemType SendItem1 ) : void
SendItem1 SendItemType
return void
        public void SendItemAsync(SendItemType SendItem1)
        {
            this.SendItemAsync(SendItem1, null);
        }

Same methods

ExchangeServiceBinding::SendItemAsync ( SendItemType SendItem1, object userState ) : void
ExchangeServiceBinding