KTNEF Library
ktnefwriter.cpp
Go to the documentation of this file.
Interface for setting MAPI properties and TNEF attributes.
Definition ktnefpropertyset.h:49
void setAlarm(const QString &description, AlarmAction action, const QDateTime &wakeBefore)
Sets the alarm.
Definition ktnefwriter.cpp:520
void setOrganizer(const QString &organizer)
Sets the name of the organizer to organizer.
Definition ktnefwriter.cpp:448
void setDtStamp(const QDateTime &dtStamp)
Sets the timestamp to dtStamp.
Definition ktnefwriter.cpp:488
void setCategories(const QStringList &categories)
Sets the category list to categories.
Definition ktnefwriter.cpp:494
bool writeFile(QIODevice &file) const
Writes the attachment to the #QIODevice specified by file.
Definition ktnefwriter.cpp:329
void setLocation(const QString &location)
Sets the Location to location.
Definition ktnefwriter.cpp:476
void addProperty(int tag, int type, const QVariant &value)
Adds a TNEF property.
Definition ktnefwriter.cpp:84
bool writeProperty(QDataStream &stream, int &bytes, int tag) const
Writes a TNEF property to the #QDataStream specified by stream.
Definition ktnefwriter.cpp:125
void setDtEnd(const QDateTime &dtEnd)
Sets the Ending Date and Time to dtEnd.
Definition ktnefwriter.cpp:470
void setDtStart(const QDateTime &dtStart)
Sets the Starting Date and Time to dtStart.
Definition ktnefwriter.cpp:464
void setDescription(const QString &description)
Sets the description to description.
Definition ktnefwriter.cpp:500
void setSender(const QString &name, const QString &email)
Sets the sender's name and email address.
Definition ktnefwriter.cpp:370
void setMessageType(MessageType methodType)
Sets the MessageType to methodType.
Definition ktnefwriter.cpp:386
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 provides some basic definitions for general u...
This file is part of the API for handling TNEF data and defines the KTNEFProperty class.
This file is part of the API for handling TNEF data and defines the KTNEFPropertySet class.
This file is part of the API for handling TNEF data and defines the KTNEFWriter class.
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.