mailtransport
dispatchmodeattribute.cpp
Attribute determining how and when a message from the outbox should be dispatched.
Definition dispatchmodeattribute.h:40
QDateTime sendAfter() const
Returns the date and time when the message should be sent.
Definition dispatchmodeattribute.cpp:104
DispatchMode dispatchMode() const
Returns the dispatch mode for the message.
Definition dispatchmodeattribute.cpp:94
@ Automatic
Send message as soon as possible, but no earlier than specified by setSendAfter()
Definition dispatchmodeattribute.h:46
void setDispatchMode(DispatchMode mode)
Sets the dispatch mode for the message.
Definition dispatchmodeattribute.cpp:99
void setSendAfter(const QDateTime &date)
Sets the date and time when the message should be sent.
Definition dispatchmodeattribute.cpp:109
virtual ~DispatchModeAttribute()
Destroys the DispatchModeAttribute.
Definition dispatchmodeattribute.cpp:42
DispatchModeAttribute(DispatchMode mode=Automatic)
Creates a new DispatchModeAttribute.
Definition dispatchmodeattribute.cpp:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.