FolderInfo.EnumerateFolders
EnumerateFolders()
Exposes the enumerator, which supports an iteration of subfolders in folder.
public IEnumerable<FolderInfo> EnumerateFolders()
Return Value
IEnumerable, that represents an enumerator that iterates through a subfolders in folder.
See Also
- class FolderInfo
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email
EnumerateFolders(FolderKind)
Exposes the enumerator, which supports an iteration of subfolders in folder.
public IEnumerable<FolderInfo> EnumerateFolders(FolderKind kind)
Parameter | Type | Description |
---|---|---|
kind | FolderKind | The FolderKind that represents kind of folder. |
Return Value
IEnumerable, that represents an enumerator that iterates through a subfolders in folder.
See Also
- enum FolderKind
- class FolderInfo
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email