API Reference
Class
EmailStoreFolderUserPropertyCatalog
Outlook user-field definitions carried by one FAI message for its containing folder.
Inheritance
- Object
- EmailStoreFolderUserPropertyCatalog
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailStoreFolderId FolderId { get; } #Folder whose associated message carries these definitions.
public String SourceMessageClass { get; } #Message class of the FAI owner.
public OutlookUserPropertyDefinitionState State { get; } #Definition-stream parse state.
public String Error { get; } #Parse error for corrupt or unsupported streams.
public IReadOnlyList<OutlookUserPropertyDefinition> Definitions { get; } #Decoded definitions, including preserved built-in bindings.