Gets the path.
Namespace:
Aspose.Email.Storage.Olm
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public string Path { get; }
Public ReadOnly Property Path As String
Get
public:
property String^ Path {
String^ get ();
}
member Path : string with get
Property Value
Type:
String
The folder path.
See Also