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