Item.SetExtendedProperty(ExtendedPropertyDefinition, Object) 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.
Sets the specified extended property to the specified value.
public:
void SetExtendedProperty(Microsoft::Exchange::WebServices::Data::ExtendedPropertyDefinition ^ extendedPropertyDefinition, System::Object ^ value);
public void SetExtendedProperty (Microsoft.Exchange.WebServices.Data.ExtendedPropertyDefinition extendedPropertyDefinition, object value);
Parameters
- extendedPropertyDefinition
- ExtendedPropertyDefinition
The extended property to set.
- value
- Object
The value to set on the extended property.