ExtendedPropertyType.Item Property
The Item property gets or sets the value or values for a MAPI property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Item As Object
Get
Set
'Usage
Dim instance As ExtendedPropertyType
Dim value As Object
value = instance.Item
instance.Item = value
public Object Item { get; set; }
Property Value
Type: System.Object
The Item property either returns a string for a single value or a NonEmptyArrayOfPropertyValuesType object that contains an array of string values.
See Also