FOLDERNODE

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.
  • 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

See Also

Reference

MAPI Structures

Other Resources

Messaging