ItemType.ExtendedProperty Property

Definition

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.

Applies to