Akonadi Contacts

contactparts.cpp
1/*
2 SPDX-FileCopyrightText: 2008 Tobias Koenig <tokoe@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#include "contactparts.h"
8
9const char Akonadi::ContactPart::Lookup[] = "CONTACT_LOOKUP";
10const char Akonadi::ContactPart::Standard[] = "CONTACT_STANDARD";
AKONADI_CONTACT_CORE_EXPORT const char Lookup[]
The part identifier for a small contact version, that contains only name and email addresses.
AKONADI_CONTACT_CORE_EXPORT const char Standard[]
The part identifier for all the contact data except images and sounds.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:20 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.