2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: Auxiliary contact properties.
19 #ifndef CVPBKSTORECONTACTPROPERTIES_H
20 #define CVPBKSTORECONTACTPROPERTIES_H
25 // FORWARD DECLARATIONS
30 * Auxiliary contact properties.
34 class MVPbkStoreContactProperties
36 public: // Constructors and Destructor
37 virtual ~MVPbkStoreContactProperties() {}
41 * Returns the contact's last modified date/time.
43 * @return modification date/time
44 * @exception KErrNotSupported If the contact's store doesn't support
45 * last modified property
47 virtual TTime LastModifiedL() const =0;
50 * Returns the contact's guid.
53 * @exception KErrNotSupported If the contact's store doesn't support
54 * contact guid property
56 virtual TPtrC GuidL() const =0;
60 #endif // CVPBKSTORECONTACTPROPERTIES_H