OlStorageIdentifierType Enumeration

Specifies the type of identifier for a StorageItem object.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlStorageIdentifierType
'Usage
Dim instance As OlStorageIdentifierType
public enum OlStorageIdentifierType

Members

Member name Description
olIdentifyBySubject Identifies a StorageItem by Subject.
olIdentifyByEntryID Identifies a StorageItem by EntryID.
olIdentifyByMessageClass Identifies a StorageItem by message class.

Remarks

The message class of a StorageItem is not exposed as an explicit built-in property. You can access the message class property through the PropertyAccessor object that is provided by _StorageItem.PropertyAccessor.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace