FolderInfoContainerClass Property |
Gets container class of the folder object.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string ContainerClass { get; }
Public ReadOnly Property ContainerClass As String
Get
public:
property String^ ContainerClass {
String^ get ();
}
member ContainerClass : string with get
Property Value
Type:
String
The container class.
See Also