ItemType.ExtendedProperty Property
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.
The ExtendedProperty property gets or sets an array of the type ExtendedPropertyType that identifies extended MAPI properties.
public:
property cli::array <ExchangeWebServices::ExtendedPropertyType ^> ^ ExtendedProperty { cli::array <ExchangeWebServices::ExtendedPropertyType ^> ^ get(); void set(cli::array <ExchangeWebServices::ExtendedPropertyType ^> ^ value); };
public ExchangeWebServices.ExtendedPropertyType[] ExtendedProperty { get; set; }
Public Property ExtendedProperty As ExtendedPropertyType()
Property Value
The ExtendedProperty property returns an array of the type ExtendedPropertyType that identifies extended MAPI properties.