KTNEF Library
KTnef Namespace Reference
Detailed Description
Contains all the KTNEF library global classes, objects, and functions.
Classes | |
class | KTNEFAttach |
Represents a TNEF attachment. More... | |
class | KTNEFMessage |
Represents a TNEF message. More... | |
class | KTNEFParser |
Provides an TNEF parser. More... | |
class | KTNEFProperty |
Interface for setting MAPI properties. More... | |
class | KTNEFPropertySet |
Interface for setting MAPI properties and TNEF attributes. More... | |
class | KTNEFWriter |
Manages the writing of TNEF attachments. More... | |
Functions | |
QString | formatTNEFInvitation (const QByteArray &tnef, KCal::Calendar *cal, KCal::InvitationFormatterHelper *h) |
QString | msTNEFToVPart (const QByteArray &tnef) |
Function Documentation
QString KTnef::formatTNEFInvitation | ( | const QByteArray & | tnef, | |
KCal::Calendar * | cal, | |||
KCal::InvitationFormatterHelper * | h | |||
) |
Formats a TNEF attachment to an HTML mail.
- Parameters:
-
tnef is the QByteArray contain the TNEF data. cal is a pointer to a Calendar object. h is a pointer to a InvitationFormatterHelp object.
Definition at line 529 of file formatter.cpp.
QString KTnef::msTNEFToVPart | ( | const QByteArray & | tnef | ) |
Transforms a TNEF attachment to an iCal or vCard.
- Parameters:
-
tnef is the QByteArray containing the TNEF data.
- Returns:
- a string containing the transformed attachment.
Definition at line 192 of file formatter.cpp.