OlStorageIdentifierType 列挙型

定義

オブジェクトの識別子の種類を StorageItem 指定します。

public enum class OlStorageIdentifierType
public enum OlStorageIdentifierType
Public Enum OlStorageIdentifierType
継承
OlStorageIdentifierType

フィールド

olIdentifyByEntryID 1

StorageItem を で識別しますEntryID

olIdentifyByMessageClass 2

StorageItem のメッセージ クラスを識別します。

olIdentifyBySubject 0

StorageItem を で識別しますSubject

注釈

StorageItem のメッセージ クラスは、組み込みプロパティとして明示的に公開されているものではありません。 によって提供される オブジェクトを使用して、 PropertyAccessor メッセージ クラス プロパティに PropertyAccessorアクセスできます。

適用対象