Akonadi Mime
dispatchmodeattribute.cpp
Attribute determining how and when a message from the outbox should be dispatched.
Definition dispatchmodeattribute.h:30
QDateTime sendAfter() const
Returns the date and time when the message should be sent.
Definition dispatchmodeattribute.cpp:86
DispatchMode dispatchMode() const
Returns the dispatch mode for the message.
Definition dispatchmodeattribute.cpp:76
void setDispatchMode(DispatchMode mode)
Sets the dispatch mode for the message.
Definition dispatchmodeattribute.cpp:81
~DispatchModeAttribute() override
Destroys the DispatchModeAttribute.
@ Automatic
Send message as soon as possible, but no earlier than.
Definition dispatchmodeattribute.h:36
void setSendAfter(const QDateTime &date)
Sets the date and time when the message should be sent.
Definition dispatchmodeattribute.cpp:91
DispatchModeAttribute(DispatchMode mode=Automatic)
Creates a new DispatchModeAttribute.
Definition dispatchmodeattribute.cpp:22
QByteArray mid(qsizetype pos, qsizetype len) const const
bool startsWith(QByteArrayView bv) const const
QDateTime fromString(QStringView string, QStringView format, QCalendar cal)
QString fromLatin1(QByteArrayView str)
ISODate
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.