MEID

Applies to: Outlook 2013 | Outlook 2016

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