Platform SDK: Exchange Server |
The INTTRACEINFO structure contains a list of actions, described by INTTRACEENTRY structures, that an MTA took on a message.
Header file: | EDKMDB.H |
typedef struct { ULONG cEntries; INTTRACEENTRY rgIntTraceEntry[MAPI_DIM]; } INTTRACEINFO, *PINTTRACEINFO;
For an example of how to initialize this structure, see the the HrInternalTraceAppendEntryList function in the ITRACE.C code sample under the EDKMAPI topic.