Поделиться через


AttachmentResponseShapeType.AdditionalProperties Property

The AdditionalProperties property gets or sets 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 AttachmentResponseShapeType
Dim value As BasePathToElementType()

value = instance.AdditionalProperties

instance.AdditionalProperties = value
public BasePathToElementType[] AdditionalProperties { get; set; }

Property Value

Type: []
The AdditionalProperties property returns an array of BasePathToElementType objects that identify the additional properties to return in a response.