BaseFolderType.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 ExtendedPropertyType array that contains the extended MAPI properties on a folder.
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 ExtendedPropertyType array that represents the extended MAPI properties on a folder.