Leaked source code of windows server 2003
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.

15 lines
473 B

  1. #ifndef _MAPIUTIL_H
  2. #define _MAPIUTIL_H
  3. const DWORD MSGTYPE_REPLY = 2;
  4. const DWORD MSGTYPE_FWD = 5;
  5. const DWORD MSGTYPE_CC = 4;
  6. void NewsUtil_FreeMAPI(void);
  7. HRESULT NewsUtil_ReFwdByMapi(HWND hwnd, LPMIMEMESSAGE pMsg, DWORD msgtype);
  8. HRESULT NewsUtil_QuoteBodyText(LPMIMEMESSAGE pMsg, LPSTREAM pStreamIn,
  9. LPSTREAM* ppStreamOut, BOOL fInsertDesc, BOOL fQP, LPCSTR pszFrom);
  10. HRESULT NewsUtil_LoadMAPI(HWND hwnd);
  11. #endif