You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
423 B
13 lines
423 B
// =====================================================================================
|
|
// MAPI IMessage to IMN message
|
|
// =====================================================================================
|
|
#ifndef __MAPICONV_H
|
|
#define __MAPICONV_H
|
|
|
|
#ifdef DEBUG
|
|
void AssertSzFn(LPSTR szMsg, LPSTR szFile, int nLine);
|
|
#endif
|
|
|
|
HRESULT HrMapiToImsg (LPMESSAGE lpMessage, LPIMSG lpImsg);
|
|
|
|
#endif // __MAPICONV_H
|