kmail Library API Documentation

mailcomposerIface.h

00001 #ifndef MAILCOMPOSERIFACE_H
00002 #define MAILCOMPOSERIFACE_H
00003 
00004 #include <dcopobject.h>
00005 #include <kurl.h>
00006 
00013 class MailComposerIface : virtual public DCOPObject
00014 {
00015     K_DCOP
00016   k_dcop:
00022     virtual void send(int how) = 0;
00026     virtual void addAttachment(KURL url,QString comment) = 0;
00030     virtual void setBody (QString body) = 0;
00043     virtual void addAttachment(const QString &name,
00044                               const QCString &cte,
00045                               const QByteArray &data,
00046                               const QCString &type,
00047                               const QCString &subType,
00048                               const QCString &paramAttr,
00049                               const QString &paramValue,
00050                               const QCString &contDisp) = 0;
00051 };
00052 
00053 #endif
KDE Logo
This file is part of the documentation for kmail Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:37:34 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003