Uses of Class
microsoft.exchange.webservices.data.Importance

Uses of Importance in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return Importance
 Importance Conversation.getGlobalImportance()
          Gets the importance of this conversation, calculated by aggregating individual messages importance across all folders in the mailbox.
 Importance RulePredicates.getImportance()
          Gets or sets the importance that should be stamped on incoming messages for the condition or exception to apply.
 Importance Item.getImportance()
          Gets the importance of this item.
 Importance Conversation.getImportance()
          Gets the importance of this conversation, calculated by aggregating individual messages importance in the current folder only.
 Importance RuleActions.getMarkImportance()
          Gets or sets the importance that should be stamped on incoming messages.
static Importance Importance.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Importance[] Importance.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in microsoft.exchange.webservices.data with parameters of type Importance
 void RulePredicates.setImportance(Importance value)
           
 void Item.setImportance(Importance value)
          Sets the importance.
 void RuleActions.setMarkImportance(Importance value)
           
 



Copyright © 2012. All Rights Reserved.