DelegateUserResponse Class

Definition

Represents the response to an operation that adds, removes, or updates a delegate user.

public ref class DelegateUserResponse sealed : Microsoft::Exchange::WebServices::Data::ServiceResponse
public sealed class DelegateUserResponse : Microsoft.Exchange.WebServices.Data.ServiceResponse
Public NotInheritable Class DelegateUserResponse
Inherits ServiceResponse
Inheritance
DelegateUserResponse

Properties

DelegateUser

Gets the delegate user who was involved in the operation.

ErrorCode

Gets the error code associated with this response.

(Inherited from ServiceResponse)
ErrorDetails

Gets error details associated with the response.

(Inherited from ServiceResponse)
ErrorMessage

Gets a detailed error message associated with the response.

(Inherited from ServiceResponse)
ErrorProperties

Gets information about property errors associated with the response.

(Inherited from ServiceResponse)
Result

Gets the result associated with this response.

(Inherited from ServiceResponse)

Applies to