<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > Mail > Configurazione e metodi IMAP > IMAP_GetFolderInfo |
Service
Method
IMAP_GetFolderInfo
Description
Returns information about the specified folder.
Input |
|||
Name |
Description |
Type |
Optional |
folderPath |
The path to the folder to check. |
String |
|
config |
Optional configuration values that override the static configuration values (IMAP Config Structure). |
Dataset |
Y |
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
A dataset containing the following fields: Name (String) -> the name of the folder; TotalMessageCount (Int32) -> the number of messages in the folder; NotSeenMessageCount (Int32) -> the number of messages that have not been read. |
Dataset |
|