Enum ExchangeCalendarPermissionReadAccess

ExchangeCalendarPermissionReadAccess enumeration

Sspecifies whether a user has permission to read items in a folder.

public enum ExchangeCalendarPermissionReadAccess

Values

NameValueDescription
None0The user does not have permission to read items in the folder.
FullDetails1The user has permission to read all items in the folder.
TimeOnly2The user can view only free/busy time within the calendar.
TimeAndSubjectAndLocation4The user can view free/busy time within the calendar and the subject and location of appointments.

See Also