CalendarPermissionType Members

The CalendarPermissionType class defines the access that a user has to a calendar folder. This class was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

The following tables list the members exposed by the CalendarPermissionType type.

Public Constructors

  Name Description
CalendarPermissionType The CalendarPermissionType constructor initializes a new instance of the CalendarPermissionType class.

Top

Public Properties

  Name Description
Bb799683.pubproperty(en-us,EXCHG.80).gif CalendarPermissionLevel The CalendarPermissionLevel property gets or sets the permission level that a user has on a calendar folder.
Bb799683.pubproperty(en-us,EXCHG.80).gif CanCreateItems  The CanCreateItems property gets or sets a Boolean value that specifies whether a client can create items in a folder.(inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif CanCreateItemsSpecified  The CanCreateItemsSpecified property gets or sets a Boolean value that specifies whether the CanCreateItems propert is serialized into the SOAP message. This property is required if the CanCreateItems property is specified.(inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif CanCreateSubFolders  The CanCreateSubFolders property gets or sets a Boolean value that specifies whether the client can create subfolders.(inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif CanCreateSubFoldersSpecified  The CanCreateSubFoldersSpecified property gets or sets a Boolean value that specifies whether the CanCreateSubFolders property is serialized into the SOAP message. This property is required if the CanCreateSubFolders property is specified.(inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif DeleteItems  The DeleteItems property gets or sets a value that specifies whether the client can delete items.(inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif DeleteItemsSpecified  The DeleteItemsSpecified property gets or sets a Boolean value that specifies whether the DeleteItems property is serialized into the SOAP message. This property is required if the DeleteItems property is specified.(inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif EditItems  The EditItems property gets or sets a value that specifies whether a client can edit items.(inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif EditItemsSpecified  The EditItemsSpecified property gets or sets a Boolean value that specifies whether the EditItems property is serialized into the SOAP message. This property is required if the EditItems property is specified.(inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif IsFolderContact  The IsFolderContact property gets or sets a Boolean value that specifies whether a user is a contact for a folder. (inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif IsFolderContactSpecified  The IsFolderContactSpecified property gets or sets a Boolean value that specifies whether the IsFolderContactSpecified property is serialized into the SOAP message. This property is required if the IsFolderContact property is specified.(inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif IsFolderOwner  The IsFolderOwner property gets or sets a Boolean value that specifies whether the user is the owner of a folder.(inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif IsFolderOwnerSpecified  The IsFolderOwnerSpecified property returns a Boolean value that specifies whether the IsFolderOwnerSpecified property is specified in the SOAP message. This property is required if the IsFolderOwner property is specified.(inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif IsFolderVisible  The IsFolderVisible property returns a Boolean value that specifies whether a user can view a folder. (inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif IsFolderVisibleSpecified  The IsFolderVisibleSpecified property returns a Boolean value that specifies whether the IsFolderVisible property is serialized into the SOAP message. This property is required if the IsFolderVisible property is specified.(inherited from BasePermissionType)
Bb799683.pubproperty(en-us,EXCHG.80).gif ReadItems The ReadItems property gets or sets a value that indicates whether a user can read items in a calendar folder.
Bb799683.pubproperty(en-us,EXCHG.80).gif ReadItemsSpecified The ReadItemsSpecified property gets or sets a Boolean value that indicates whether the ReadItems property is serialized into the SOAP message. This property is required if the ReadItems property is specified.
Bb799683.pubproperty(en-us,EXCHG.80).gif UserId  The UserId property identifies a user or a delegate user who has folder access permissions.(inherited from BasePermissionType)

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb799683.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Bb799683.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Bb799683.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Bb799683.pubmethod(en-us,EXCHG.80).gifBb799683.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Bb799683.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb799683.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Bb799683.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top