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