MailTransport
dispatchmodeattribute.cpp
DispatchMode dispatchMode() const
Returns the dispatch mode for the message.
Definition: dispatchmodeattribute.cpp:77
Attribute determining how and when a message from the outbox should be dispatched.
Definition: dispatchmodeattribute.h:29
QByteArray mid(int pos, int len) const const
bool startsWith(const QByteArray &ba) const const
QDateTime fromString(const QString &string, Qt::DateFormat format)
DispatchModeAttribute(DispatchMode mode=Automatic)
Creates a new DispatchModeAttribute.
Definition: dispatchmodeattribute.cpp:23
void setSendAfter(const QDateTime &date)
Sets the date and time when the message should be sent.
Definition: dispatchmodeattribute.cpp:92
@ Automatic
Send message as soon as possible, but no earlier than.
Definition: dispatchmodeattribute.h:36
QDateTime sendAfter() const
Returns the date and time when the message should be sent.
Definition: dispatchmodeattribute.cpp:87
QString fromLatin1(const char *str, int size)
void setDispatchMode(DispatchMode mode)
Sets the dispatch mode for the message.
Definition: dispatchmodeattribute.cpp:82
ISODate
~DispatchModeAttribute() override
Destroys the DispatchModeAttribute.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 03:58:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 03:58:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.