The HrTraceSetInfo function specifies the trace information that is saved for a message.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrTraceSetInfo(
LONG lAction,
FILETIME *lpftArrivalTime,
FILETIME *lpftDeferredTime,
LPTSTR *lpszCountry,
LPTSTR *lpszADMD,
LPTSTR *lpszPRMD,
LPMESSAGE *lpMessage
);
See Return Values.
For more information on this function, see the HrTraceSetInfo function in ITRACE.C under the EDKMAPI code sample in the Code Samples folder.
For information about the IMessage interface, see the MAPI Programmer's Reference.