GetSubFolders
Contents
[
Hide
]
FolderInfo.GetSubFolders method (1 of 3)
Gets collection of subfolders.
public FolderInfoCollection GetSubFolders()
Return Value
The FolderInfo collection.
See Also
- class FolderInfoCollection
- class FolderInfo
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email
FolderInfo.GetSubFolders method (2 of 3)
Gets collection of subfolders.
public FolderInfoCollection GetSubFolders(FolderKind kind)
Parameter | Type | Description |
---|---|---|
kind | FolderKind | The FolderKind that represents kind of folder. |
Return Value
The FolderInfo collection.
See Also
- class FolderInfoCollection
- enum FolderKind
- class FolderInfo
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email
FolderInfo.GetSubFolders method (3 of 3)
Gets collection of subfolders.
public FolderInfoCollection GetSubFolders(MailQuery query)
Parameter | Type | Description |
---|---|---|
query | MailQuery | MailQuery that represents search query. |
Return Value
The FolderInfo collection.
See Also
- class FolderInfoCollection
- class MailQuery
- class FolderInfo
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email