BaseDelegateResponseMessageType.ResponseMessages 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 ResponseMessages property gets or sets a collection of response messages.
public:
property cli::array <ExchangeWebServices::DelegateUserResponseMessageType ^> ^ ResponseMessages { cli::array <ExchangeWebServices::DelegateUserResponseMessageType ^> ^ get(); void set(cli::array <ExchangeWebServices::DelegateUserResponseMessageType ^> ^ value); };
public ExchangeWebServices.DelegateUserResponseMessageType[] ResponseMessages { get; set; }
Public Property ResponseMessages As DelegateUserResponseMessageType()
Property Value
The ResponseMessages property returns an array of DelegateUserResponseMessageType objects that represent the messages in the response.