FOLDERNODE
The FOLDERNODE structure describes an e-mail folder node.
Syntax
struct {
_FOLDERNODE* pSibbling;
_FOLDERNODE* pChild;
_FOLDERNODE* pParent;
DWORD ffFlags;
LPWSTR szName;
} FOLDERNODE;
Members
- pSibbling
Pointer to the sibling node. - pChild
Pointer to the child node. - pParent
Pointer to the parent node. - ffFlags
Specifies a special folder type. For a list of possibl values, see MAPI Special Folder Constants. - szName
The name of the folder pointed to by FOLDERNODE
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cemapi.h
See Also
Send Feedback on this topic to the authors