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

Uses of StringList in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data 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 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 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 Conversation.getGlobalCategories()
          Gets a list summarizing the categories stamped on messages in this conversation, across all folders in the mailbox.
 StringList Conversation.getGlobalItemClasses()
          Gets a list summarizing the classes of the items in this conversation, across all folders in the mailbox.
 StringList Conversation.getGlobalUniqueRecipients()
          Gets a list of all the people who have received messages in this conversation across all folders in the mailbox.
 StringList Conversation.getGlobalUniqueSenders()
          Gets a list of all the people who have sent messages in this conversation across all folders 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 folders in the mailbox.
 StringList RulePredicates.getItemClasses()
          Gets the item classes that must be stamped on incoming messages for the condition or exception to apply.
 StringList Conversation.getItemClasses()
          Gets a list summarizing the classes of the items in this conversation, in the current folder only.
 StringList RulePredicates.getMessageClassifications()
          Gets the message classifications that must be stamped on incoming messages for the condition or exception to apply.
 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 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.
 



Copyright © 2012. All Rights Reserved.