KTNEF Library
Go to the documentation of this file.
41#include "ktnef_export.h"
132 void addProperty(
int tag,
int type,
const QVariant &value );
150 bool writeProperty( QDataStream &stream,
int &bytes,
int tag )
const;
158 bool writeFile( QIODevice &file )
const;
166 bool writeFile( QDataStream &stream )
const;
174 void setSender(
const QString &name,
const QString &email );
181 void setMessageType( MessageType methodType );
188 void setMethod( Method method );
193 void clearAttendees();
204 void addAttendee(
const QString &name, Role role, PartStat partstat,
205 bool rsvp,
const QString &email );
214 void setOrganizer(
const QString &organizer );
221 void setDtStart(
const QDateTime &dtStart );
228 void setDtEnd(
const QDateTime &dtEnd );
235 void setLocation(
const QString &location );
242 void setUID(
const QString &uid );
249 void setDtStamp(
const QDateTime &dtStamp );
256 void setCategories(
const QStringList &categories );
263 void setDescription(
const QString &description );
270 void setSummary(
const QString &summary );
277 void setPriority( Priority priority );
286 void setAlarm(
const QString &description, AlarmAction action,
287 const QDateTime &wakeBefore );
292 PrivateData *
const d;
Manages the writing of TNEF attachments.
AlarmAction
The different alarm actions.
Role
The different types of meeting roles.
@ OptParticipant
Optional participant.
@ ReqParticipant
Required participant.
@ NonParticipant
Non-participant.
MessageType
The different types of messages.
@ MeetingNo
Negative response to a meeting request.
@ MeetingRequest
Meeting request.
@ Appointment
Appointment.
@ MeetingYes
Affirmative response to a meeting request.
@ MeetingCancelled
The meeting is cancelled.
Priority
The different priorities.
Method
The different types of message statuses.
@ RequestNew
Request a new message.
@ RequestUpdate
Request an update.
@ Obsolete
Replace the message.
PartStat
The different types of participant statuses.
@ Declined
Declined the task/invitation.
@ Completed
Completed the task.
@ Accepted
Accepted the task/invitation.
@ Tentative
Tentatively accepted the task/invitation.
@ NeedsAction
No information about the task/invitation received.
@ Delegated
Delegated the task to another.
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
KDE's Doxygen guidelines are available online.