ItemType.ResponseObjects Property

Definition

The ResponseObjects property gets or sets an array of the type ResponseObjectType that contains a collection of all the response objects that are associated with an item in the Exchange store.

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

Property Value

The ResponseObjects property returns an array of the type ResponseObjectType that contains a collection of all the response objects that are associated with an item in the Exchange store.

Applies to