KIO
kemailclientlauncherjob.h
26 * For error handling, either connect to the result() signal, or for a simple messagebox on error,
53 * @param to recipients; each entry can use the format "someone@example.com" or "John Doe <someone@example.com>"
58 * @param cc recipients; each entry can use the format "someone@example.com" or "John Doe <someone@example.com>"
void setBcc(const QStringList &bcc)
Sets the email address(es) that will be used in the Bcc field for the email.
Definition kemailclientlauncherjob.cpp:61
void setAttachments(const QList< QUrl > &urls)
Sets attachments for the email.
Definition kemailclientlauncherjob.cpp:76
void setSubject(const QString &subject)
Sets the subject for the email.
Definition kemailclientlauncherjob.cpp:66
KEMailClientLauncherJob(QObject *parent=nullptr)
Creates a KEMailClientLauncherJob.
Definition kemailclientlauncherjob.cpp:43
void setCc(const QStringList &cc)
Sets the email address(es) that will be used in the CC field for the email.
Definition kemailclientlauncherjob.cpp:56
void setStartupId(const QByteArray &startupId)
Sets the platform-specific startup id of the mail client launch.
Definition kemailclientlauncherjob.cpp:81
void setTo(const QStringList &to)
Sets the email address(es) that will be used in the To field for the email.
Definition kemailclientlauncherjob.cpp:51
void setBody(const QString &body)
Sets the body for the email.
Definition kemailclientlauncherjob.cpp:71
virtual Q_SCRIPTABLE void start()=0
KJob(QObject *parent=nullptr)
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.