MTSID 

The MTSID structure contains the actual data of an X.400 message transport system (MTS) entry identifier. Its format contrasts with that of an ENTRYID1.WJMCX structure, which contains only a pointer to entry identifier data.

Quick Info

Header file:

MAPIDEFS.H

Related macros:

CbMTSID12AEF42
CbNewMTSIDAS5ZZ2

 

typedef struct

     ULONG         cb;

     BYTE          ab[MAPI_DIM];

} MTSID, FAR *LPMTSID;

 

Members

cb

Count of bytes in the data contained in abEntry.

abEntry

Byte array containing the MTS entry identifier data.

 

Remarks

The MTSID structure is used only for X.400 mappings of MAPI entry identifiers. It corresponds to the MAPI FLATENTRYK45YY structure.

An MTS identifier has the same format as a MAPI entry identifier or a binary property value. MTS identifiers can be particularly useful for canceling deferred messages.

See Also

FLATENTRY, FLATMTSIDLIST