44#include <libkcal/attendee.h>
55class TDE_EXPORT Callback {
65 bool mailICal( const TQString &to, const TQString &iCal,
66 const TQString &subject, const TQString &status,
67 bool delMessage = true ) const;
70 TQString receiver() const;
73 TQString sender() const;
76 void closeIfSecondaryWindow() const;
78 bool askForComment( KCal::Attendee::PartStat status ) const;
79 bool deleteInvitationAfterReply() const;
80 bool exchangeCompatibleInvitations() const;
81 bool outlookCompatibleInvitationReplyComments() const;
84 TQString askForTransport( bool nullIdentity ) const;
88 mutable TQString mReceiver;
89 mutable bool mReceiverSet;
This class implements a "reader window", that is a window used for reading or viewing messages.
KMMessage * getMsg() const Get the full message.
|