AttachmentResponseShapeType.AdditionalProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.