DelegateUserType Class
The DelegateUserType class identifies a single delegate to add or update in a mailbox, or a delegate that is returned in a delegate management response. This class was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Inheritance Hierarchy
System.Object
ExchangeWebServices.DelegateUserType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DelegateUserType
'Usage
Dim instance As DelegateUserType
[SerializableAttribute]
public class DelegateUserType
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also