OlStorageIdentifierType Enumeration
Specifies the type of identifier for a StorageItem object.
Version Information
Version Added: Outlook 2007
Name |
Value |
Description |
---|---|---|
olIdentifyByEntryID |
1 |
Identifies a StorageItem by EntryID. |
olIdentifyByMessageClass |
2 |
Identifies a StorageItem by message class. |
olIdentifyBySubject |
0 |
Identifies a StorageItem by Subject. |
Remarks
The message class of a StorageItem Object (Outlook) is not exposed as an explicit built-in property. You can access the message class property through the PropertyAccessor Object (Outlook) that is provided by StorageItem.PropertyAccessor Property (Outlook).