Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.FlaggedForAction
-
Packages that use FlaggedForAction Package Description microsoft.exchange.webservices.data.core.enumeration.misc microsoft.exchange.webservices.data.property.complex -
-
Uses of FlaggedForAction in microsoft.exchange.webservices.data.core.enumeration.misc
Methods in microsoft.exchange.webservices.data.core.enumeration.misc that return FlaggedForAction Modifier and Type Method Description static FlaggedForActionFlaggedForAction. valueOf(String name)Returns the enum constant of this type with the specified name.static FlaggedForAction[]FlaggedForAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FlaggedForAction in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return FlaggedForAction Modifier and Type Method Description FlaggedForActionRulePredicates. getFlaggedForAction()Gets or sets the flag for action value that should appear on incoming messages for the condition or execption to apply.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type FlaggedForAction Modifier and Type Method Description voidRulePredicates. setFlaggedForAction(FlaggedForAction value)
-