Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

ItemsIterator.sort

public void sort(String pProperty, boolean pDescendingOrder)

Sorts the items by the specified property.

Parameters:
pProperty   The name of the property by which to sort enclosed in brackets (for example, "[CompanyName]"). May not be a user-defined field, and may not be a multi-valued property, such as a category.
pDescendingOrder   true to sort in descending order; false otherwise.

Throws:
ComponentObjectModelException   if an error occurs

Community comments



Powered by JavaDocPlus