API Reference
| Classic JavaDoc |
Outlook.getItem
public OutlookItem getItem(OutlookFolderID pFolderId, OutlookItemID pItemId)
public OutlookItem getItem(OutlookItemID pItemId)
Retrieve information about an Outlook item identified by the
specified item ID. This item is searched in the specified folder.Returns:
OutlookItem object
Throws:ComponentObjectModelException | if any COM error occurs. |
public OutlookItem getItem(OutlookItemID pItemId)
Retrieve information about an Outlook item identified by the
specified item ID.Returns:
OutlookItem object
Throws:ComponentObjectModelException | if any COM error occurs. |
Community comments
Powered by JavaDocPlus