CalendarPermissionReadAccessType Enumeration
The CalendarPermissionReadAccessType enumeration specifies whether a user has permission to read items in a Calendar folder. This enumeration was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration CalendarPermissionReadAccessType
[SerializableAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")]
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
public enum CalendarPermissionReadAccessType
[SerializableAttribute]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")]
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")]
public enum class CalendarPermissionReadAccessType
/** @attribute SerializableAttribute() */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */
public enum CalendarPermissionReadAccessType
SerializableAttribute
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")
GeneratedCodeAttribute("wsdl", "2.0.50727.42")
public enum CalendarPermissionReadAccessType
Members
Member name | Description |
---|---|
FullDetails | The user has permission to view all items in the calendar, including free/busy time and subject, location, and details of appointments. |
None | The user does not have permission to view items in the calendar. |
TimeAndSubjectAndLocation | The user has permission to view free/busy time in the calendar and the subject and location of appointments. |
TimeOnly | The user has permission to view only free/busy time in the calendar. |
Remarks
This enumeration is used by the ReadItems (CalendarPermissionType) property of the CalendarPermissionType object.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)