email_plat/nmail_client_api/nmapiemailaddress.h
changeset 54 997a02608b3a
parent 23 2dc6caa42ec3
equal deleted inserted replaced
53:bf7eb7911fc5 54:997a02608b3a
     1 /*
     1 /*
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
     2  * Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies). 
     3  * All rights reserved.
     3  * All rights reserved.
     4  * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5  * under the terms of "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6  * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    18 #ifndef NMAPIEMAILADDRESS_H
    18 #ifndef NMAPIEMAILADDRESS_H
    19 #define NMAPIEMAILADDRESS_H
    19 #define NMAPIEMAILADDRESS_H
    20 
    20 
    21 #include <QExplicitlySharedDataPointer>
    21 #include <QExplicitlySharedDataPointer>
    22 #include <nmapidef.h>
    22 #include <nmapidef.h>
       
    23 
    23 /*!
    24 /*!
    24    Email addres
    25    Email address
    25  */
    26  */
    26 
    27 
    27 class QString;
    28 class QString;
    28 
    29 
    29 namespace EmailClientApi
    30 namespace EmailClientApi
    39      */
    40      */
    40     NmApiEmailAddress();
    41     NmApiEmailAddress();
    41     virtual ~NmApiEmailAddress();
    42     virtual ~NmApiEmailAddress();
    42 
    43 
    43     /*!
    44     /*!
    44        copying constructor for nmmessageenvelope
    45        copying constructor for NmApiEmailAddress
    45      */
    46      */
    46     NmApiEmailAddress(const NmApiEmailAddress &addr);
    47     NmApiEmailAddress(const NmApiEmailAddress &addr);
    47 
    48 
    48     /*!
    49     /*!
    49        Assignment operator
    50        Assignment operator