Share via


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
Public method DelegateUserType The DelegateUserType constructor initializes a new instance of the DelegateUserType class.

Top

Properties

  Name Description
Public property DelegatePermissions The DelegatePermissions property gets or sets the permission-level settings for the delegate.
Public property 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.
Public property 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.
Public property UserId The UserId property gets or sets a value that identifies the delegate.
Public property 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.
Public property 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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top