API Reference
  | Classic JavaDoc | 
Class ItemsCollection
java.lang.Object └ com.moyosoft.connector.ms.outlook.item.ItemsCollection
public class ItemsCollection
Constructors
public  | ItemsCollection (OutlookFolder parentFolder, com.moyosoft.connector.com.Dispatch dispatch) | |
public  | ItemsCollection (OutlookFolder parentFolder, com.moyosoft.connector.ms.outlook.item.Items items) | |
Methods
| createNew () | ||
Create new item in this collection.  | 
| createNew (ItemType pType) | ||
Create new item in this collection.  | 
void  | deleteItem (OutlookItemID pItemId) | |
Delete the item with the specified item's ID from this collection.  | 
void  | dispose () | |
| findItems (String pFilter) | ||
Search for a specific items in this collection.  | 
| findItems (String pFilter, boolean pIncludeRecurrences) | ||
Search for items in this collection.  | 
| get (int index) | ||
| getItemById (OutlookItemID pItemId) | ||
Returns an item from this collection with the specified item's ID  | 
boolean  | isEmpty () | |
| iterator () | ||
void  | remove (int index) | |
int  | size () | |
Community comments
Powered by JavaDocPlus