Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.EffectiveRights
-
-
Uses of EffectiveRights in microsoft.exchange.webservices.data.core.enumeration.service
Methods in microsoft.exchange.webservices.data.core.enumeration.service that return EffectiveRights Modifier and Type Method Description static EffectiveRightsEffectiveRights. 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Class<EffectiveRights>EffectiveRightsPropertyDefinition. getType()Gets the property type.
-