addresseeutil.h
This class provides some utility methods for transposing an addressee to different types (ie: clipboa...
Definition: addresseeutil.h:42
static TQString addresseesToEmails(const TDEABC::Addressee::List &addrList)
Converts the list of addressee objects into a list of email addresses.
Definition: addresseeutil.cpp:62
static TDEABC::Addressee::List clipboardToAddressees(const TQString &clipboard)
Convert a string from the clipboard into a list of addressee objects.
Definition: addresseeutil.cpp:54
static TQString addresseesToClipboard(const TDEABC::Addressee::List &addrList)
Same as above function, except that an entire list of TDEABC::Addressee objects will be converted to ...
Definition: addresseeutil.cpp:47