TransportFolderList

This structure contains the number, friendly names, and identifiers of a series of folders on a mail server.

At a Glance

Header file: Msgstor2.h
Platforms: H/PC 3.0
Windows CE versions: 2.10 and later

Syntax

typedef struct TransportFolderList_s {
UINT
uiCount;
lpTransportFolderInfo
FolderArray[];
} TransportFolderList, *lpTransportFolderList;

Members

uiCount
Unsigned integer that contains the number of TransportFolderInfo structures in FolderArray.
FolderArray
Array of TransportFolderInfo structures. Each TransportFolderInfo structure contains the friendly name and identifier of a specific folder.

Remarks

The TransportGetFolders function uses TransportFolderList to pass folder information from a server to a client.

See Also

TransportExpunge