MAPIEx: Updated interface

git-svn-id: svn://ultimatepp.org/upp/trunk@6416 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2013-10-11 19:54:08 +00:00
parent 2203d89b08
commit d08dae7b40
18 changed files with 2079 additions and 2054 deletions

View file

@ -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