FolderInfoRetrieveFullPath Method |
Retrieves the full path of folder within the PST file.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string RetrieveFullPath()
Public Function RetrieveFullPath As String
public:
String^ RetrieveFullPath()
member RetrieveFullPath : unit -> string
Return Value
Type:
StringThe string that represents the full path.
See Also