DelegateUserType Members
Include Protected Members
Include Inherited Members
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).
The DelegateUserType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DelegateUserType | The DelegateUserType constructor initializes a new instance of the DelegateUserType class. |
Top
Properties
Name | Description | |
---|---|---|
DelegatePermissions | The DelegatePermissions property gets or sets the permission-level settings for the delegate. | |
ReceiveCopiesOfMeetingMessages | The ReceiveCopiesOfMeetingMessages property gets or sets a Boolean value that indicates whether the delegate receives copies of meeting-related messages that are addressed to the principal. | |
ReceiveCopiesOfMeetingMessagesSpecified | The ReceiveCopiesOfMeetingMessagesSpecified property gets or sets a Boolean value that specifies whether the ReceiveCopiesOfMeetingMessages property is serialized into the SOAP message. This property is required if the ReceiveCopiesOfMeetingMessages property is specified. | |
UserId | The UserId property gets or sets a value that identifies the delegate. | |
ViewPrivateItems | The ViewPrivateItems property gets or sets a Boolean value that indicates whether the delegate has permission to view private calendar items on the principal's calendar. | |
ViewPrivateItemsSpecified | The ViewPrivateItemsSpecified property gets or sets a Boolean value that indicates whether the ViewPrivateItems property is serialized into the SOAP message. This property is required if the ViewPrivateItems property is specified. |
Top