Expand Minimize
This topic has not yet been rated - Rate this topic

OlStorageIdentifierType Enumeration (Microsoft.Office.Interop.Outlook)

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)
public enum OlStorageIdentifierType
 Member nameDescription
olIdentifyByEntryIDIdentifies a StorageItem by EntryID
olIdentifyByMessageClassIdentifies a StorageItem by message class.  
olIdentifyBySubjectIdentifies a StorageItem by Subject

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.