epoc32/include/mtmdef.hrh
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
       
    14 // MTMDEF.HRH
    14 //
    15 //
    15 
       
    16 
       
    17 
    16 
    18 /**
    17 /**
    19  @file
    18  @file
    20  @publishedAll
    19  @publishedAll
    21  @released
    20  @released
    22 */
    21 */
    23 
    22 
    24 #if !defined(__MTMDEF_HRH__)
    23 #if !defined(__MTMDEF_HRH__)
    25 #define __MTMDEF_HRH__
    24 #define __MTMDEF_HRH__
    26 
    25 
       
    26 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    27 #include <mtmuidsdef.hrh>
       
    28 #endif
    27 
    29 
    28 // body types
    30 // body types
    29 /**
    31 /**
    30 * 7-bit text. 
    32 * 7-bit text. 
    31 * @publishedAll
    33 * @publishedAll
    49 * @publishedAll
    51 * @publishedAll
    50 * @released
    52 * @released
    51 */
    53 */
    52 #define KMtmBinaryBody 	0x08
    54 #define KMtmBinaryBody 	0x08
    53 
    55 
    54 // capabilities 
       
    55 /**
       
    56 * @publishedPartner
       
    57 * @released
       
    58 */
       
    59 #define KUidMtmQueryMaxBodySizeValue		268440435 // response expected
       
    60 /**
       
    61 * @publishedPartner
       
    62 * @released
       
    63 */
       
    64 #define KUidMtmQueryMaxTotalMsgSizeValue	268440436 // response expected
       
    65 /**
       
    66 * @publishedPartner
       
    67 * @released
       
    68 */
       
    69 #define KUidMtmQuerySupportedBodyValue		268440437 // response expected
       
    70 /**
       
    71 * @publishedPartner
       
    72 * @released
       
    73 */
       
    74 #define KUidMtmQuerySupportAttachmentsValue	268440438
       
    75 /**
       
    76 * @publishedPartner
       
    77 * @released
       
    78 */
       
    79 #define KUidMtmQueryOffLineAllowedValue		268440439
       
    80 /**
       
    81 * @publishedPartner
       
    82 * @released
       
    83 */
       
    84 #define KUidMtmQueryCanSendMsgValue			268440440
       
    85 /**
       
    86 * @publishedPartner
       
    87 * @released
       
    88 */
       
    89 #define KUidMtmQueryCanReceiveMsgValue		268440441
       
    90 
       
    91 // reserved uids 268441131 - 268441150 for capabilities
       
    92 /**
       
    93 * @publishedPartner
       
    94 * @released
       
    95 */
       
    96 #define KUidMtmQuerySupportSubjectValue					268441131 
       
    97 /**
       
    98 * @publishedPartner
       
    99 * @released
       
   100 */
       
   101 #define KUidMtmQueryMaxRecipientCountValue				268441132 // response (-1 if infinite)
       
   102 /**
       
   103 * @publishedPartner
       
   104 * @released
       
   105 */
       
   106 #define KUidMtmQuerySendAsRequiresRenderedImageValue	268441133 // response (ETrue or EFalse)
       
   107 /**
       
   108 * @publishedPartner
       
   109 * @released
       
   110 */
       
   111 #define KUidMtmQuerySendAsRenderingUidValue				268441134 // response (printer Uid)
       
   112 /**
       
   113 * @publishedPartner
       
   114 * @released
       
   115 */
       
   116 #define KUidMtmQuerySupportsFolderValue					268441135 
       
   117 /**
       
   118 * @publishedPartner
       
   119 * @released
       
   120 */
       
   121 #define KUidMtmQuerySupportsBioMsgValue					268441136 
       
   122 /**
       
   123 * @publishedPartner
       
   124 * @released
       
   125 */
       
   126 #define KUidMtmQuerySupportsSchedulingValue				268441137
       
   127 /**
       
   128 * @publishedPartner
       
   129 * @released
       
   130 */
       
   131 #define KUidMtmQuerySendAsMessageSendSupportValue		268441138 // response (ETrue or EFalse)
       
   132 /**
       
   133 * @publishedPartner
       
   134 * @released
       
   135 */
       
   136 #define KUidMtmQuerySupportsRecipientTypeValue			268441139 
       
   137 /**
       
   138 * @publishedPartner
       
   139 * @released
       
   140 */
       
   141 #define KUidMsvMtmQueryEditorUidValue	268441153 // response TUid of the editor application
       
   142 
       
   143 #endif
    56 #endif