Uses of Class
microsoft.exchange.webservices.data.property.complex.FolderPermission

Packages that use FolderPermission
microsoft.exchange.webservices.data.property.complex   
 

Uses of FolderPermission in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex that return FolderPermission
protected  FolderPermission FolderPermissionCollection.createComplexProperty(String xmlElementName)
          Creates the complex property.
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type FolderPermission
 void FolderPermissionCollection.add(FolderPermission permission)
          Adds a permission to the collection.
protected  String FolderPermissionCollection.getCollectionItemXmlElementName(FolderPermission complexProperty)
          Gets the name of the collection item XML element.
 boolean FolderPermissionCollection.remove(FolderPermission permission)
          Removes a permission from the collection.
 

Method parameters in microsoft.exchange.webservices.data.property.complex with type arguments of type FolderPermission
 void FolderPermissionCollection.addFolderRange(Iterator<FolderPermission> permissions)
          Adds the specified permissions to the collection.
 



Copyright © 2012–2015 Microsoft. All rights reserved.