Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.Importance

Packages that use Importance
microsoft.exchange.webservices.data.core.enumeration.property   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.property.complex   
 

Uses of Importance in microsoft.exchange.webservices.data.core.enumeration.property
 

Methods in microsoft.exchange.webservices.data.core.enumeration.property that return Importance
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.
 

Uses of Importance in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item that return Importance
 Importance Conversation.getGlobalImportance()
          Gets the importance of this conversation, calculated by aggregating individual messages importance across all folder in the mailbox.
 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.
 

Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type Importance
 void Item.setImportance(Importance value)
          Sets the importance.
 

Uses of Importance in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex that return Importance
 Importance RulePredicates.getImportance()
          Gets or sets the importance that should be stamped on incoming messages for the condition or exception to apply.
 Importance RuleActions.getMarkImportance()
          Gets or sets the importance that should be stamped on incoming messages.
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type Importance
 void RulePredicates.setImportance(Importance value)
           
 void RuleActions.setMarkImportance(Importance value)
           
 



Copyright © 2012–2015 Microsoft. All rights reserved.