FEID [Outlook 2003 API Reference]

Identifier for a folder. It contains an entry identifier and other relevant information.

Quick Info

struct FEID
{
    BYTE    abFlags[4];
    MAPIUID muid;
    WORD    placeholder;
    LTID    ltid;
};

Members

abFlags

4-byte entry identifier for the folder. For more information about MAPI entry identifiers, see ENTRYID.

muid

GUID that identifies the store provider. See mapidefs.h for the type definition of MAPIUID.

placeholder

This member is reserved for the internal use of Outlook and is not supported.

ltid

Long-term ID of the folder.

See Also

About the Replication API

About the Replication State Machine

LTID

UPFLD

SYNC