1 #ifndef MAILCOMPOSERIFACE_H
2 #define MAILCOMPOSERIFACE_H
4 #include <dcopobject.h>
25 virtual void send(
int how) = 0;
33 virtual void setBody (TQString body) = 0;
48 const TQByteArray &data,
49 const TQCString &type,
50 const TQCString &subType,
51 const TQCString ¶mAttr,
52 const TQString ¶mValue,
53 const TQCString &contDisp) = 0;
DCOP interface for mail composer window.
virtual void addAttachment(KURL url, TQString comment)=0
Add url as attachment with a user-defined comment.
virtual void setBody(TQString body)=0
Set message body.
virtual void send(int how)=0
Send message.