Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.ConversationFlagStatus
-
Packages that use ConversationFlagStatus Package Description microsoft.exchange.webservices.data.core.enumeration.service microsoft.exchange.webservices.data.core.service.item -
-
Uses of ConversationFlagStatus in microsoft.exchange.webservices.data.core.enumeration.service
Methods in microsoft.exchange.webservices.data.core.enumeration.service that return ConversationFlagStatus Modifier and Type Method Description static ConversationFlagStatusConversationFlagStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConversationFlagStatus[]ConversationFlagStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConversationFlagStatus in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return ConversationFlagStatus Modifier and Type Method Description ConversationFlagStatusConversation. getFlagStatus()Gets the flag status for this conversation, calculated by aggregating individual messages flag status in the current folder.ConversationFlagStatusConversation. getGlobalFlagStatus()Gets the flag status for this conversation, calculated by aggregating individual messages flag status across all folder in the mailbox.
-