DelegateUser

The DelegateUser element identifies a single delegate to add or update in a mailbox or a delegate returned in a delegate management response. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

<DelegateUser>
   <UserId/>
   <DelegatePermissions/>
   <ReceiveCopiesOfMeetingMessages/>
   <ViewPrivateItems/>
</DelegateUser>

DelegateUserType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
UserId
Identifies the delegate. This element was introduced in Exchange 2007 SP1.
DelegatePermissions
Contains the delegate permission level settings. This element was introduced in Exchange 2007 SP1.
ReceiveCopiesOfMeetingMessages
Indicates whether a delegate receives copies of meeting-related messages that are addressed to the principal. This element was introduced in Exchange 2007 SP1.
ViewPrivateItems
Indicates whether a delegate has permission to view private calendar items in the principal's mailbox. This element was introduced in Exchange 2007 SP1.

Parent elements

Element Description
DelegateUsers
Contains the identities of delegates to add or update in a mailbox.
DelegateUserResponseMessageType
Contains response messages for delegate management operations. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also