MailComposerIface Class Reference
DCOP interface for mail composer window. More...
#include <mailcomposerIface.h>
DCOP Methods | |
virtual void | send (int how)=0 |
virtual void | addAttachment (KURL url, QString comment)=0 |
virtual void | setBody (QString body)=0 |
virtual void | addAttachment (const QString &name, const QCString &cte, const QByteArray &data, const QCString &type, const QCString &subType, const QCString ¶mAttr, const QString ¶mValue, const QCString &contDisp)=0 |
Detailed Description
DCOP interface for mail composer window.The address header fields are set, when the composer is constructed. KMailIface::openComposer returns a reference to the DCOP interface of the new composer window, which provides the functions defined in the MailComposerIface.
Definition at line 13 of file mailcomposerIface.h.
Member Function Documentation
|
Send message.
|
|
Add url as attachment with a user-defined comment.
|
|
Set message body.
|
|
Add attachment.
|
The documentation for this class was generated from the following file: