mailtransport
transportattribute.cpp
Attribute determining which transport to use for sending a message.
Definition transportattribute.h:41
Transport * transport() const
Returns the transport object corresponding to the transport id contained in this attribute.
Definition transportattribute.cpp:72
void setTransportId(int id)
Sets the transport id to use for sending this message.
Definition transportattribute.cpp:77
int transportId() const
Returns the transport id to use for sending this message.
Definition transportattribute.cpp:67
Transport * transportById(int id, bool def=true) const
Returns the Transport object with the given id.
Definition transportmanager.cpp:171
static TransportManager * self()
Returns the TransportManager instance.
Definition transportmanager.cpp:162
Represents the settings of a specific mail transport.
Definition transport.h:51
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.