OlStorageIdentifierType Enum

Definition

Specifies the type of identifier for a StorageItem object.

public enum class OlStorageIdentifierType
public enum OlStorageIdentifierType
Public Enum OlStorageIdentifierType
Inheritance
OlStorageIdentifierType

Fields

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 is not exposed as an explicit built-in property. You can access the message class property through the PropertyAccessor object that is provided by PropertyAccessor.

Applies to