API Reference
Enum
EmailStoreAssociatedItemKind
Known semantic role of a folder-associated information message.
Inheritance
- Enum
- EmailStoreAssociatedItemKind
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailStoreAssociatedItem.Kind
- Field EmailStoreAssociatedItemKind.CategoryList
- Field EmailStoreAssociatedItemKind.Configuration
- Field EmailStoreAssociatedItemKind.FolderUserPropertyDefinitions
- Field EmailStoreAssociatedItemKind.Other
- Field EmailStoreAssociatedItemKind.RuleOrganizer
- Field EmailStoreAssociatedItemKind.SearchFolderDefinition
- Field EmailStoreAssociatedItemKind.ViewDefinition
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const EmailStoreAssociatedItemKind Other #No typed role was established; raw MAPI data remains available.
Value:
0public const EmailStoreAssociatedItemKind Configuration #Generic roaming configuration data.
Value:
1public const EmailStoreAssociatedItemKind RuleOrganizer #Outlook client-side rule organizer.
Value:
4public const EmailStoreAssociatedItemKind SearchFolderDefinition #Persistent search-folder definition message.
Value:
5public const EmailStoreAssociatedItemKind FolderUserPropertyDefinitions #An associated message carrying Outlook field definitions for its folder.
Value:
6