LTID

Applies to: Outlook 2013 | Outlook 2016

Generic Long Term ID of an object in an Outlook store.

Quick info

struct LTID 
{ 
    GUID guid; 
    BYTE globcnt[6]; 
    WORD wLevel; 
};

Members

guid

  • [out] The GUID of the server that created the object.

globcnt

  • [out] A 6-byte unique number that identifies the object within the Outlook store.

wLevel

  • [out] The hierarchy level of the entry ID for an Exchange Favorite Public folder.

See also

About the Replication API

About the Replication State Machine

FEID