Expand Minimize
This topic has not yet been rated - Rate this topic

PermissionReadAccessType enumeration

The Exchange Web Services (EWS) autogenerated proxy object models that are created by .NET Framework proxy generators are deemphasized and we do not recommend that you use them for new .NET Framework client development. We recommend that you use the EWS Managed API to develop clients that target the .NET Framework. We recommend that you use the EWS Java API to develop clients that target the Java platform. For more information about the EWS Managed API, see Explore the EWS Managed API.

The PermissionReadAccessType enumeration specifies whether a user has permission to read items in a folder.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)
[SerializableAttribute]
public enum PermissionReadAccessType
Member nameDescription
NoneThe user does not have permission to read items in the folder.
FullDetailsThe user has permission to read all items in the folder.

This enumeration is used by the ReadItems (PermissionType) property of the PermissionType object and by the SharingEffectiveRights (PermissionReadAccessType) property of the ContactsFolderType.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.