Click or drag to resize

MessagingStoreContentRoot Property

Mailstore root folder (only defined for mail containers that have internal folder structures. Not set for MBOX mail stores).

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public ContainerFolder Root { get; set; }

Property Value

ContainerFolder
Remarks
The root ContainerFolder is the root directory folder which all sub-directory folders are listed (if they exist in mail store container).
See Also