AttachmentResponseShapeType.AdditionalProperties Property

Definition

The AdditionalProperties property gets or sets additional properties to return in a response.

public:
 property cli::array <ExchangeWebServices::BasePathToElementType ^> ^ AdditionalProperties { cli::array <ExchangeWebServices::BasePathToElementType ^> ^ get(); void set(cli::array <ExchangeWebServices::BasePathToElementType ^> ^ value); };
public ExchangeWebServices.BasePathToElementType[] AdditionalProperties { get; set; }
Public Property AdditionalProperties As BasePathToElementType()

Property Value

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

Applies to