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

ExportItemsAsync() public method

public ExportItemsAsync ( ExportItemsType ExportItems1 ) : void
ExportItems1 ExportItemsType
return void
        public void ExportItemsAsync(ExportItemsType ExportItems1)
        {
            this.ExportItemsAsync(ExportItems1, null);
        }

Same methods

ExchangeServiceBinding::ExportItemsAsync ( ExportItemsType ExportItems1, object userState ) : void
ExchangeServiceBinding