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; virtual void addAttachment(KURL url, TQString comment)=0 Add url as attachment with a user-defined comment.
DCOP interface for mail composer window.
virtual void send(int how)=0 Send message.
virtual void setBody(TQString body)=0 Set message body.
|