20 static tchar MapiLibName[] =
_T(
"mapi32.dll");
28 MAPISendDocuments(*
this,
"MAPISendDocuments")
109 const_cast<LPSTR>(
";"),
117 TRACE(
_T(
"TMailer::SendDocuments failed. Error: ") <<
err);
void SendDocuments(TWindow *owner, LPCTSTR paths, LPCTSTR names=0, bool asynchWork=false)
TModuleProc5< ULONG, ULONG_PTR, LPSTR, LPSTR, LPSTR, ULONG > MAPISendDocuments
bool IsMAPIAvailable() const
Returns true if the system is configured with a MAPI compliant client application installed.
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
An instance of TProfile encapsulates a setting within a system file, often referred to as a profile o...
TWindow, derived from TEventHandler and TStreamableBase, provides window-specific behavior and encaps...
Definition of Common Dialog abstract base class.
Class definition for implementation of Mail enabling.
char * strnewdup(const char *s, size_t minAllocSize=0)
Object Windows Library (OWLNext Core)
Definition of TProfile class.
Base window class TWindow definition, including HWND encapsulation.