API Reference
Enum
OutlookUserPropertyDefinitionState
Parse state of an item's PidLidPropertyDefinitionStream value.
Inheritance
- Enum
- OutlookUserPropertyDefinitionState
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 OutlookUserPropertyCollection.DefinitionState
- Field OutlookUserPropertyDefinitionState.Corrupt
- Field OutlookUserPropertyDefinitionState.Missing
- Field OutlookUserPropertyDefinitionState.UnsupportedVersion
- Field OutlookUserPropertyDefinitionState.Valid
- Property EmailStoreFolderUserPropertyCatalog.State
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 OutlookUserPropertyDefinitionState Missing #The item does not contain a PropertyDefinition stream.
Value:
0public const OutlookUserPropertyDefinitionState UnsupportedVersion #The stream declares a version newer than the documented V1/V2 formats.
Value:
2public const OutlookUserPropertyDefinitionState Corrupt #The stream is truncated or structurally invalid.
Value:
3