ServiceResponseCollection<TResponse>.OverallResult Property

Definition

Gets a value indicating the overall result of the request that generated this response collection.

public:
 property Microsoft::Exchange::WebServices::Data::ServiceResult OverallResult { Microsoft::Exchange::WebServices::Data::ServiceResult get(); };
public Microsoft.Exchange.WebServices.Data.ServiceResult OverallResult { get; }
Public ReadOnly Property OverallResult As ServiceResult

Property Value

A value indicating the results of the associated request.

Remarks

If all of the responses have their Result property set to Success, the OverallResult property returns Success. If at least one response has its Result property set to Warning and all other responses have their Result property set to Success, the OverallResult property returns Warning. If at least one response has its Result set to Error, the OverallResult property returns Error.

Applies to