Uses of Class
microsoft.exchange.webservices.data.property.complex.StringList

Packages that use StringList
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
 StringList Item.getCategories()
          Gets the list of categories associated with this item.
 StringList Conversation.getCategories()
          Gets a list summarizing the categories stamped on messages in this conversation, in the current folder only.
 StringList Contact.getChildren()
          Gets a list of children for the contact.
 StringList Task.getCompanies()
          Gets a list of companies associated with the task.
 StringList Contact.getCompanies()
          Gets a list of companies for the contact.
 StringList Task.getContacts()
          Gets a list of contacts associated with the task.
 StringList Conversation.getGlobalCategories()
          Gets a list summarizing the categories stamped on messages in this conversation, across all folder in the mailbox.
 StringList Conversation.getGlobalItemClasses()
          Gets a list summarizing the classes of the item in this conversation, across all folder in the mailbox.
 StringList Conversation.getGlobalUniqueRecipients()
          Gets a list of all the people who have received messages in this conversation across all folder in the mailbox.
 StringList Conversation.getGlobalUniqueSenders()
          Gets a list of all the people who have sent messages in this conversation across all folder in the mailbox.
 StringList Conversation.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.
 StringList Conversation.getItemClasses()
          Gets a list summarizing the classes of the item in this conversation, in the current folder only.
 StringList Conversation.getUniqueRecipients()
          Gets a list of all the people who have received messages in this conversation in the current folder only.
 StringList Conversation.getUniqueSenders()
          Gets a list of all the people who have sent messages in this conversation in the current folder only.
 StringList Conversation.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
 void Item.setCategories(StringList value)
          Sets the categories.
 void Contact.setChildren(StringList value)
          Sets the children.
 void Task.setCompanies(StringList value)
          Sets the companies.
 void Contact.setCompanies(StringList value)
          Sets the companies.
 void Task.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
protected  StringList ConversationAction.getCategories()
          Gets conversation categories for Always Categorize action
 

Methods in microsoft.exchange.webservices.data.misc with parameters of type StringList
 void ConversationAction.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
 StringList RuleActions.getAssignCategories()
          Gets the categories that should be stamped on incoming messages.
 StringList RulePredicates.getCategories()
          Gets the categories that an incoming message should be stamped with for the condition or exception to apply.
 StringList RulePredicates.getContainsBodyStrings()
          Gets the strings that should appear in the body of incoming messages for the condition or exception to apply.
 StringList RulePredicates.getContainsHeaderStrings()
          Gets the strings that should appear in the headers of incoming messages for the condition or exception to apply.
 StringList RulePredicates.getContainsRecipientStrings()
          Gets the strings that should appear in either the To or Cc fields of incoming messages for the condition or exception to apply.
 StringList RulePredicates.getContainsSenderStrings()
          Gets the strings that should appear in the From field of incoming messages for the condition or exception to apply.
 StringList RulePredicates.getContainsSubjectOrBodyStrings()
          Gets the strings that should appear in either the body or the subject of incoming messages for the condition or exception to apply.
 StringList RulePredicates.getContainsSubjectStrings()
          Gets the strings that should appear in the subject of incoming messages for the condition or exception to apply.
 StringList RulePredicates.getFromConnectedAccounts()
          Gets the e-mail account names from which incoming messages must have been aggregated for the condition or exception to apply.
 StringList RulePredicates.getItemClasses()
          Gets the item classes that must be stamped on incoming messages for the condition or exception to apply.
 StringList RulePredicates.getMessageClassifications()
          Gets the message classifications that must be stamped on incoming messages for the condition or exception to apply.
 



Copyright © 2012–2015 Microsoft. All rights reserved.