API Reference
Class
EmailStorePstMutationFolder
One folder in the transaction's current staged hierarchy.
Inheritance
- Object
- EmailStorePstMutationFolder
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 String Id { get; } #Stable source or transaction-local identifier.
public String ParentId { get; } #Current staged parent identifier.
public String Name { get; } #Current staged display name.
public String ContainerClass { get; } #MAPI container class.
public EmailStoreSpecialFolderKind SpecialFolderKind { get; } #Well-known folder role inherited from the source.
public Boolean IsSearchFolder { get; } #Whether the source identifies this as a search folder.
public Boolean IsCreated { get; } #Whether the folder was created by this transaction.