BaseDelegateResponseMessageType.ResponseMessages Property

Definition

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.

Applies to