Uses of Class
microsoft.exchange.webservices.data.property.complex.StringList
-
Packages that use StringList Package Description microsoft.exchange.webservices.data.core.service.item microsoft.exchange.webservices.data.misc microsoft.exchange.webservices.data.property.complex -
-
Uses of StringList in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return StringList Modifier and Type Method Description StringListConversation. getCategories()Gets a list summarizing the categories stamped on messages in this conversation, in the current folder only.StringListItem. getCategories()Gets the list of categories associated with this item.StringListContact. getChildren()Gets a list of children for the contact.StringListContact. getCompanies()Gets a list of companies for the contact.StringListTask. getCompanies()Gets a list of companies associated with the task.StringListTask. getContacts()Gets a list of contacts associated with the task.StringListConversation. getGlobalCategories()Gets a list summarizing the categories stamped on messages in this conversation, across all folder in the mailbox.StringListConversation. getGlobalItemClasses()Gets a list summarizing the classes of the item in this conversation, across all folder in the mailbox.StringListConversation. getGlobalUniqueRecipients()Gets a list of all the people who have received messages in this conversation across all folder in the mailbox.StringListConversation. getGlobalUniqueSenders()Gets a list of all the people who have sent messages in this conversation across all folder in the mailbox.StringListConversation. getGlobalUniqueUnreadSenders()Gets a list of all the people who have sent messages that are currently unread in this conversation across all folder in the mailbox.StringListConversation. getItemClasses()Gets a list summarizing the classes of the item in this conversation, in the current folder only.StringListConversation. getUniqueRecipients()Gets a list of all the people who have received messages in this conversation in the current folder only.StringListConversation. getUniqueSenders()Gets a list of all the people who have sent messages in this conversation in the current folder only.StringListConversation. getUniqueUnreadSenders()Gets a list of all the people who have sent messages that are currently unread in this conversation in the current folder only.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type StringList Modifier and Type Method Description voidItem. setCategories(StringList value)Sets the categories.voidContact. setChildren(StringList value)Sets the children.voidContact. setCompanies(StringList value)Sets the companies.voidTask. setCompanies(StringList value)Sets the companies.voidTask. setContacts(StringList value)Sets the contacts. -
Uses of StringList in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that return StringList Modifier and Type Method Description protected StringListConversationAction. getCategories()Gets conversation categories for Always Categorize actionMethods in microsoft.exchange.webservices.data.misc with parameters of type StringList Modifier and Type Method Description voidConversationAction. setCategories(StringList value)Sets conversation categories for Always Categorize actions -
Uses of StringList in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return StringList Modifier and Type Method Description StringListRuleActions. getAssignCategories()Gets the categories that should be stamped on incoming messages.StringListRulePredicates. getCategories()Gets the categories that an incoming message should be stamped with for the condition or exception to apply.StringListRulePredicates. getContainsBodyStrings()Gets the strings that should appear in the body of incoming messages for the condition or exception to apply.StringListRulePredicates. getContainsHeaderStrings()Gets the strings that should appear in the headers of incoming messages for the condition or exception to apply.StringListRulePredicates. getContainsRecipientStrings()Gets the strings that should appear in either the To or Cc fields of incoming messages for the condition or exception to apply.StringListRulePredicates. getContainsSenderStrings()Gets the strings that should appear in the From field of incoming messages for the condition or exception to apply.StringListRulePredicates. getContainsSubjectOrBodyStrings()Gets the strings that should appear in either the body or the subject of incoming messages for the condition or exception to apply.StringListRulePredicates. getContainsSubjectStrings()Gets the strings that should appear in the subject of incoming messages for the condition or exception to apply.StringListRulePredicates. getFromConnectedAccounts()Gets the e-mail account names from which incoming messages must have been aggregated for the condition or exception to apply.StringListRulePredicates. getItemClasses()Gets the item classes that must be stamped on incoming messages for the condition or exception to apply.StringListRulePredicates. getMessageClassifications()Gets the message classifications that must be stamped on incoming messages for the condition or exception to apply.
-