DelegateUserType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
public ref class DelegateUserType
public class DelegateUserType
Public Class DelegateUserType
- Inheritance
-
DelegateUserType
Constructors
DelegateUserType() |
The DelegateUserType constructor initializes a new instance of the DelegateUserType class. |
Properties
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. |