FLATMTSIDLIST
The FLATMTSIDLIST
structure contains an array of MTSID structures, each of which contains an X.400
message transport system (MTS) entry identifier.
Quick Info
|
Header
file: |
MAPIDEFS.H |
|
Related
macros: |
CbFLATMTSIDLIST |
typedef struct
{
ULONG cMTSIDs;
ULONG cbMTSIDs;
BYTE abMTSIDs[MAPI_DIM];
} FLATMTSIDLIST, FAR *LPFLATMTSIDLIST;
Members
cMTSIDs
Count of MTSID structures in the array
described by the abMTSIDs member.
cbMTSIDs
Count of
bytes in the array described by abMTSIDs.
abMTSIDs
Byte array of
MTSID structures.
Remarks
The FLATMTSIDLIST
structure s use in X.400 messaging corresponds to the FLATENTRYLIST structure s use in MAPI messaging. MAPI uses FLATMTSIDLIST
structures to maintain X.400 properties during message handling. Service
providers use FLATMTSIDLIST structures when handling inbound and
outbound X.400 messages.
In the abMTSIDs
array, each MTSID structure is aligned on a naturally aligned boundary.
Extra bytes are included as padding to ensure natural alignment between any two
MTSID structures.
See Also