FolderInfoEnumerateFolders Method |
Exposes the enumerator, which supports an iteration of subfolders in folder.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic IEnumerable<FolderInfo> EnumerateFolders()
Public Function EnumerateFolders As IEnumerable(Of FolderInfo)
public:
IEnumerable<FolderInfo^>^ EnumerateFolders()
member EnumerateFolders : unit -> IEnumerable<FolderInfo>
Return Value
Type:
IEnumerableFolderInfoIEnumerableT,
that represents an enumerator that iterates through a subfolders in folder.
See Also