次の方法で共有


OlStorageIdentifierType 列挙型

定義

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

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

フィールド

名前 説明
olIdentifyBySubject 0

Subjectによって StorageItem を識別します。

olIdentifyByEntryID 1

EntryIDによって StorageItem を識別します。

olIdentifyByMessageClass 2

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

注釈

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

適用対象