mailtransport
sentbehaviourattribute.cpp
Attribute determining what will happen to a message after it is sent.
Definition sentbehaviourattribute.h:39
SentBehaviourAttribute(SentBehaviour beh=MoveToDefaultSentCollection, Akonadi::Collection moveToCollection=Akonadi::Collection(-1))
Creates a new SentBehaviourAttribute.
Definition sentbehaviourattribute.cpp:35
SentBehaviour
What to do with the item in the outbox after it has been sent successfully.
Definition sentbehaviourattribute.h:44
@ MoveToDefaultSentCollection
Move the item to the default sent-mail collection.
Definition sentbehaviourattribute.h:47
void setSentBehaviour(SentBehaviour beh)
Sets the sent-behaviour of the message.
Definition sentbehaviourattribute.cpp:91
void setMoveToCollection(Akonadi::Collection moveToCollection)
Sets the collection to which the item should be moved after it is sent.
Definition sentbehaviourattribute.cpp:101
SentBehaviour sentBehaviour() const
Returns the sent-behaviour of the message.
Definition sentbehaviourattribute.cpp:86
virtual ~SentBehaviourAttribute()
Destroys the SentBehaviourAttribute.
Definition sentbehaviourattribute.cpp:42
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-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.