This structure contains name and identifier information for a folder on a mail server.
Header file: | Msgstor2.h |
Platforms: | H/PC 3.0 |
Windows CE versions: | 2.10 and later |
typedef struct TransportFolderInfo_s {
LPWSTR szFriendlyName;
LPWSTR szServiceID;
FID fidStoreID;
} TransportFolderInfo, *lpTransportFolderInfo;
A transport service uses this structure to store information about a specific folder located on a server. The TransportFolderList structure contains an array of TransportFolderInfo structures. These structures describe the folder hierarchy of the mail server.