ItemType.ExtendedProperty Property
The ExtendedProperty property gets or sets an array of the type ExtendedPropertyType that identifies extended MAPI properties.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ExtendedProperty As ExtendedPropertyType()
Get
Set
'Usage
Dim instance As ItemType
Dim value As ExtendedPropertyType()
value = instance.ExtendedProperty
instance.ExtendedProperty = value
public ExtendedPropertyType[] ExtendedProperty { get; set; }
Property Value
Type: []
The ExtendedProperty property returns an array of the type ExtendedPropertyType that identifies extended MAPI properties.
See Also