BaseFolderType.ExtendedProperty Property

Definition

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.

Applies to