Uses of Class
microsoft.exchange.webservices.data.core.enumeration.misc.FlaggedForAction

Packages that use FlaggedForAction
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
static FlaggedForAction FlaggedForAction.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
 FlaggedForAction RulePredicates.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
 void RulePredicates.setFlaggedForAction(FlaggedForAction value)
           
 



Copyright © 2012–2015 Microsoft. All rights reserved.