ItemType.ResponseObjects 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 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.