PstReaderGetFolderByID Method |
Gets the PST folder by its ID.
Namespace: MailBee.OutlookAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public PstFolder GetFolderByID(
int pstID
)
Public Function GetFolderByID (
pstID As Integer
) As PstFolder
Parameters
- pstID
- Type: SystemInt32
The PST ID value of the folder to be retrieved.
Return Value
Type:
PstFolderA
PstFolder object representing the folder.
Remarks To learn the ID value of certain folder (so that you can later pass it to this method), you can
use its
PstID property.
See Also