PropertySet.AddRange(IEnumerable<PropertyDefinitionBase>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the specified properties to the property set.
public:
void AddRange(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::PropertyDefinitionBase ^> ^ properties);
public void AddRange (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.PropertyDefinitionBase> properties);
Public Sub AddRange (properties As IEnumerable(Of PropertyDefinitionBase))
Parameters
- properties
- IEnumerable<PropertyDefinitionBase>
The properties to add.