Uses of Class
microsoft.exchange.webservices.data.EffectiveRights

Uses of EffectiveRights in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data 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.
 

Methods in microsoft.exchange.webservices.data 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.
 EnumSet<EffectiveRights> Folder.getEffectiveRights()
          Gets a value indicating the effective rights the current authenticated user has on the folder.
 



Copyright © 2012. All Rights Reserved.