Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.Sensitivity
-
-
Uses of Sensitivity in microsoft.exchange.webservices.data.core.enumeration.property
Methods in microsoft.exchange.webservices.data.core.enumeration.property that return Sensitivity Modifier and Type Method Description static SensitivitySensitivity. valueOf(String name)Returns the enum constant of this type with the specified name.static Sensitivity[]Sensitivity. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Sensitivity in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return Sensitivity Modifier and Type Method Description SensitivityItem. getSensitivity()Gets the sensitivity of this item.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type Sensitivity Modifier and Type Method Description voidItem. setSensitivity(Sensitivity value)Sets the sensitivity. -
Uses of Sensitivity in microsoft.exchange.webservices.data.core.service.response
Methods in microsoft.exchange.webservices.data.core.service.response that return Sensitivity Modifier and Type Method Description SensitivityCalendarResponseMessage. getSensitivity()Gets the sensitivity of this response.Methods in microsoft.exchange.webservices.data.core.service.response with parameters of type Sensitivity Modifier and Type Method Description voidCalendarResponseMessage. setSensitivity(Sensitivity value)Sets the sensitivity. -
Uses of Sensitivity in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return Sensitivity Modifier and Type Method Description SensitivityRulePredicates. getSensitivity()Gets or sets the sensitivity that must be stamped on incoming messages for the condition or exception to apply.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type Sensitivity Modifier and Type Method Description voidRulePredicates. setSensitivity(Sensitivity value)
-