PstReaderGetFolderByID Method
Gets the PST folder by its ID.

Namespace: MailBee.Outlook
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public PstFolder GetFolderByID(
	int pstID
)

Parameters

pstID
Type: SystemInt32
The PST ID value of the folder to be retrieved.

Return Value

Type: PstFolder
A 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