KTNEF Library
ktnefwriter.cpp
void setDescription(const QString &description)
Sets the description to description.
Definition: ktnefwriter.cpp:500
This file is part of the API for handling TNEF data and provides some basic definitions for general u...
void setOrganizer(const QString &organizer)
Sets the name of the organizer to organizer.
Definition: ktnefwriter.cpp:448
void setCategories(const QStringList &categories)
Sets the category list to categories.
Definition: ktnefwriter.cpp:494
void setAlarm(const QString &description, AlarmAction action, const QDateTime &wakeBefore)
Sets the alarm.
Definition: ktnefwriter.cpp:520
void setDtEnd(const QDateTime &dtEnd)
Sets the Ending Date and Time to dtEnd.
Definition: ktnefwriter.cpp:470
Interface for setting MAPI properties and TNEF attributes.
Definition: ktnefpropertyset.h:49
void addAttendee(const QString &name, Role role, PartStat partstat, bool rsvp, const QString &email)
Adds a meeting participant (attendee).
Definition: ktnefwriter.cpp:435
This file is part of the API for handling TNEF data and defines the KTNEFPropertySet class.
void addProperty(int tag, int type, const QVariant &value)
Adds a TNEF property.
Definition: ktnefwriter.cpp:84
void setDtStamp(const QDateTime &dtStamp)
Sets the timestamp to dtStamp.
Definition: ktnefwriter.cpp:488
This file is part of the API for handling TNEF data and defines the KTNEFWriter class.
void setMessageType(MessageType methodType)
Sets the MessageType to methodType.
Definition: ktnefwriter.cpp:386
void setSender(const QString &name, const QString &email)
Sets the sender's name and email address.
Definition: ktnefwriter.cpp:370
void setDtStart(const QDateTime &dtStart)
Sets the Starting Date and Time to dtStart.
Definition: ktnefwriter.cpp:464
This file is part of the API for handling TNEF data and defines the KTNEFProperty class.
void setLocation(const QString &location)
Sets the Location to location.
Definition: ktnefwriter.cpp:476
bool writeProperty(QDataStream &stream, int &bytes, int tag) const
Writes a TNEF property to the #QDataStream specified by stream.
Definition: ktnefwriter.cpp:125
bool writeFile(QIODevice &file) const
Writes the attachment to the #QIODevice specified by file.
Definition: ktnefwriter.cpp:329
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:51:29 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:51:29 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.