1 #ifndef MAILCOMPOSERIFACE_H
2 #define MAILCOMPOSERIFACE_H
4 #include <dcopobject.h>
25 virtual void send( int how) = 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 setBody(TQString body)=0 Set message body.
virtual void addAttachment(KURL url, TQString comment)=0 Add url as attachment with a user-defined comment.
virtual void addAttachment(const TQString &name, const TQCString &cte, const TQByteArray &data, const TQCString &type, const TQCString &subType, const TQCString ¶mAttr, const TQString ¶mValue, const TQCString &contDisp)=0 Add attachment.
virtual void send(int how)=0 Send message.
|