Share via


MEID [Outlook 2003 API Reference]

Identifier for an Outlook item. It contains an entry identifier and other relevant information.

Quick Info

struct MEID
{
    BYTE    abFlags[4];
    MAPIUID muid;
    WORD    placeholder;
    LTID    ltidFld;
    LTID    ltidMsg;
};

Members

abFlags

4-byte entry identifier for the Outlook item. 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.

ltidFld

Long-term ID of the folder.

ltidMsg

Long-term ID of the Outlook item.

See Also

About the Replication API

About the Replication State Machine

LTID

SYNC

UPMSG