This structure contains the number, friendly names, and identifiers of a series of folders on a mail server.
| Header file: | Msgstor2.h |
| Platforms: | H/PC 3.0 |
| Windows CE versions: | 2.10 and later |
typedef struct TransportFolderList_s {
UINT uiCount;
lpTransportFolderInfo FolderArray[];
} TransportFolderList, *lpTransportFolderList;
The TransportGetFolders function uses TransportFolderList to pass folder information from a server to a client.