Class DelegateUserResponse
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the response to an individual delegate user manipulation (add, remove, update) operation.
public sealed class DelegateUserResponse : ServiceResponse
- Inheritance
-
DelegateUserResponse
- Inherited Members
Properties
DelegateUser
The delegate user that was involved in the operation.
public DelegateUser DelegateUser { get; }