ItemResponseShapeType.AdditionalProperties Property
The AdditionalProperties property gets or sets a set of requested additional properties to return in a response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AdditionalProperties As BasePathToElementType()
Get
Set
'Usage
Dim instance As ItemResponseShapeType
Dim value As BasePathToElementType()
value = instance.AdditionalProperties
instance.AdditionalProperties = value
public BasePathToElementType[] AdditionalProperties { get; set; }
Property Value
Type: []
The AdditionalProperties property contains an array of objects with a base type of BasePathToElementType. PathToUnindexedFieldType, PathToIndexedFieldType, and PathToExtendedFieldType are the possible types that can be set for this property.
Remarks
Additional properties are only set for requests.
See Also