mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
MAPIEx: Updated interface
git-svn-id: svn://ultimatepp.org/upp/trunk@6416 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2203d89b08
commit
d08dae7b40
18 changed files with 2079 additions and 2054 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#ifdef _WIN32
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// File: MAPIMessage.cpp
|
||||
|
|
@ -12,8 +14,10 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <MapiUtil.h>
|
||||
// Ported to U++ Framework by Koldo. See License.txt file
|
||||
|
||||
#include "MAPIEx.h"
|
||||
#include "MapiUtil.h"
|
||||
#include <imessage.h>
|
||||
|
||||
const GUID CLSID_MailMessage={ 0x00020D0B, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46 };
|
||||
|
|
@ -25,8 +29,10 @@ const GUID CLSID_MailMessage={ 0x00020D0B, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x0
|
|||
#include <MAPIGuid.h>
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
STDAPI_(void) CloseIMsgSession(LPMSGSESS lpMsgSess);
|
||||
}
|
||||
|
||||
// Ported to U++ Framework by Koldo. See License.txt file
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
// MAPIMessage
|
||||
|
|
@ -486,4 +492,6 @@ bool MAPIMessage::SaveToFile(const String &fileName) {
|
|||
RELEASE(pStorage);
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue