Messagelib
MessageComposer::MessageFactoryNG::MessageReply Struct Reference
#include <messagefactoryng.h>
Public Attributes | |
KMime::Message::Ptr | msg = nullptr |
bool | replyAll = false |
Detailed Description
Small helper structure which encapsulates the KMime::Message created when creating a reply, and the reply mode.
Definition at line 52 of file messagefactoryng.h.
Member Data Documentation
◆ msg
KMime::Message::Ptr MessageComposer::MessageFactoryNG::MessageReply::msg = nullptr |
The actual reply message.
Definition at line 53 of file messagefactoryng.h.
◆ replyAll
bool MessageComposer::MessageFactoryNG::MessageReply::replyAll = false |
If true, the "reply all" template was used, otherwise the normal reply.
Definition at line 54 of file messagefactoryng.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:25 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:07:25 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.