DelegatePermissionsType Members
The DelegatePermissionsType class contains the delegate permission-level settings for a user. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
The following tables list the members exposed by the DelegatePermissionsType type.
Public Constructors
Name | Description | |
---|---|---|
DelegatePermissionsType | The DelegatePermissionsType constructor initializes a new instance of the DelegatePermissionsType class. |
Top
Public Properties
Name | Description | |
---|---|---|
CalendarFolderPermissionLevel | The CalendarFolderPermissionLevel property gets or sets the permissions for the default Calendar folder. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | |
CalendarFolderPermissionLevelSpecified | The DelegatePermissionsType property gets or sets a Boolean value that specifies whether the CalendarFolderPermissionLevel property is serialized into the SOAP message. This property is required if the CalendarFolderPermissionLevel property is specified. | |
ContactsFolderPermissionLevel | The ContactsFolderPermissionLevel property gets or sets the permissions for the default Contacts folder. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | |
ContactsFolderPermissionLevelSpecified | The ContactsFolderPermissionLevelSpecified property gets or sets a Boolean value that specifies whether the ContactsFolderPermissionLevel property is serialized into the SOAP message. This property is required if the ContactsFolderPermissionLevel property is specified. | |
InboxFolderPermissionLevel | The InboxFolderPermissionLevel property gets or sets the permissions for the default Inbox folder. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | |
InboxFolderPermissionLevelSpecified | The DelegatePermissionsType property gets or sets a Boolean value that specifies whether the InboxFolderPermissionLevel property is serialized into the SOAP message. This property is required if the InboxFolderPermissionLevel property is specified. | |
JournalFolderPermissionLevel | The JournalFolderPermissionLevel property gets or sets the permissions for the default Journal folder. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | |
JournalFolderPermissionLevelSpecified | The DelegatePermissionsType property gets or sets a Boolean value that specifies whether the JournalFolderPermissionLevel property is serialized into the SOAP message. This property is required if the JournalFolderPermissionLevel property is specified. | |
NotesFolderPermissionLevel | The NotesFolderPermissionLevel property gets or sets the permissions for the default Contacts folder. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | |
NotesFolderPermissionLevelSpecified | The DelegatePermissionsType property gets or sets a Boolean value that specifies whether the NotesFolderPermissionLevel property is serialized into the SOAP message. This property is required if the NotesFolderPermissionLevel property is specified. | |
TasksFolderPermissionLevel | The TasksFolderPermissionLevel property gets or sets the permissions for the default Contacts folder. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1). | |
TasksFolderPermissionLevelSpecified | The DelegatePermissionsType property gets or sets a Boolean value that specifies whether the TasksFolderPermissionLevel property is serialized into the SOAP message. This property is required if the TasksFolderPermissionLevel property is specified. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also