ExtendedPropertyType.Item Property

Definition

The Item property gets or sets the value or values for a MAPI property.

public:
 property System::Object ^ Item { System::Object ^ get(); void set(System::Object ^ value); };
public object Item { get; set; }
Public Property Item As Object

Property Value

The Item property either returns a string for a single value or a NonEmptyArrayOfPropertyValuesType object that contains an array of string values.

Applies to