_NameSpace::GetItemFromID method
Office 2013 and later
Returns a Microsoft Outlook item identified by the specified entry ID (if valid).
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Parameters
- EntryIDItem
- Type: System.String
The EntryID of the item.
- EntryIDStore
- Type: System.Object
The StoreID for the folder. EntryIDStore usually must be provided when retrieving an item based on its MAPI IDs.
This method is used for ease of transition between MAPI and OLE/Messaging applications and Outlook.
For more information about Entry IDs, see the EntryID property.
Show: