Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.ResponseActions
-
-
Uses of ResponseActions in microsoft.exchange.webservices.data.core.enumeration.service
Methods in microsoft.exchange.webservices.data.core.enumeration.service that return ResponseActions Modifier and Type Method Description static ResponseActionsResponseActions. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseActions[]ResponseActions. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResponseActions in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return types with arguments of type ResponseActions Modifier and Type Method Description EnumSet<ResponseActions>Item. getAllowedResponseActions()Gets a value indicating which response actions are allowed on this item. -
Uses of ResponseActions in microsoft.exchange.webservices.data.property.definition
Methods in microsoft.exchange.webservices.data.property.definition that return types with arguments of type ResponseActions Modifier and Type Method Description Class<ResponseActions>ResponseObjectsPropertyDefinition. getType()Gets the property type.
-