Akonadi Mime
dispatchmodeattribute.h
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:08:39 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:08:39 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.