mailtransport
sentbehaviourattribute.cpp
void setMoveToCollection(Akonadi::Collection moveToCollection)
Sets the collection to which the item should be moved after it is sent.
Definition: sentbehaviourattribute.cpp:101
@ MoveToDefaultSentCollection
Move the item to the default sent-mail collection.
Definition: sentbehaviourattribute.h:47
SentBehaviour sentBehaviour() const
Returns the sent-behaviour of the message.
Definition: sentbehaviourattribute.cpp:86
void setSentBehaviour(SentBehaviour beh)
Sets the sent-behaviour of the message.
Definition: sentbehaviourattribute.cpp:91
SentBehaviour
What to do with the item in the outbox after it has been sent successfully.
Definition: sentbehaviourattribute.h:44
SentBehaviourAttribute(SentBehaviour beh=MoveToDefaultSentCollection, Akonadi::Collection moveToCollection=Akonadi::Collection(-1))
Creates a new SentBehaviourAttribute.
Definition: sentbehaviourattribute.cpp:35
virtual ~SentBehaviourAttribute()
Destroys the SentBehaviourAttribute.
Definition: sentbehaviourattribute.cpp:42
Attribute determining what will happen to a message after it is sent.
Definition: sentbehaviourattribute.h:39
Akonadi::Collection moveToCollection() const
Returns the collection to which the item should be moved after it is sent.
Definition: sentbehaviourattribute.cpp:96
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Tue Jul 28 2020 00:00:00 by doxygen 1.8.18 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Tue Jul 28 2020 00:00:00 by doxygen 1.8.18 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.