Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
4/8/2010
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
| Header | cemapi.h |
| Windows Embedded CE | Windows CE 3.0 and later |
| Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |