Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.EffectiveRights

Packages that use EffectiveRights
microsoft.exchange.webservices.data.core.enumeration.service   
microsoft.exchange.webservices.data.core.service.folder   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.property.definition   
 

Uses of EffectiveRights in microsoft.exchange.webservices.data.core.enumeration.service
 

Methods in microsoft.exchange.webservices.data.core.enumeration.service that return EffectiveRights
static EffectiveRights EffectiveRights.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EffectiveRights[] EffectiveRights.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EffectiveRights in microsoft.exchange.webservices.data.core.service.folder
 

Methods in microsoft.exchange.webservices.data.core.service.folder that return types with arguments of type EffectiveRights
 EnumSet<EffectiveRights> Folder.getEffectiveRights()
          Gets a value indicating the effective rights the current authenticated user has on the folder.
 

Uses of EffectiveRights in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item that return types with arguments of type EffectiveRights
 EnumSet<EffectiveRights> Item.getEffectiveRights()
          Gets a value indicating the effective rights the current authenticated user has on this item.
 

Uses of EffectiveRights in microsoft.exchange.webservices.data.property.definition
 

Methods in microsoft.exchange.webservices.data.property.definition that return types with arguments of type EffectiveRights
 Class<EffectiveRights> EffectiveRightsPropertyDefinition.getType()
          Gets the property type.
 



Copyright © 2012–2015 Microsoft. All rights reserved.