Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.Importance
-
-
Uses of Importance in microsoft.exchange.webservices.data.core.enumeration.property
Methods in microsoft.exchange.webservices.data.core.enumeration.property that return Importance Modifier and Type Method Description static ImportanceImportance. 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 Modifier and Type Method Description ImportanceConversation. getGlobalImportance()Gets the importance of this conversation, calculated by aggregating individual messages importance across all folder in the mailbox.ImportanceConversation. getImportance()Gets the importance of this conversation, calculated by aggregating individual messages importance in the current folder only.ImportanceItem. getImportance()Gets the importance of this item.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type Importance Modifier and Type Method Description voidItem. 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 Modifier and Type Method Description ImportanceRulePredicates. getImportance()Gets or sets the importance that should be stamped on incoming messages for the condition or exception to apply.ImportanceRuleActions. 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 Modifier and Type Method Description voidRulePredicates. setImportance(Importance value)voidRuleActions. setMarkImportance(Importance value)
-