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