messagingfw/msgsrvnstore/server/inc/MTMUIDS.H
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // MTMUIDS.H
       
    15 //
       
    16 
       
    17 /**
       
    18  @file
       
    19  @publishedAll
       
    20  @released
       
    21 */
       
    22 #if !defined(__MTMUIDS_H__)
       
    23 #define __MTMUIDS_H__
       
    24 #if !defined(__E32STD_H__)
       
    25 #include <e32std.h>
       
    26 #endif
       
    27 #if !defined(__MTMDEF_HRH__)
       
    28 #include <mtmdef.hrh>
       
    29 #endif
       
    30 #if !defined(__MTMUIDSDEF_HRH__)
       
    31 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS  
       
    32 #include <mtmuidsdef.hrh>
       
    33 #endif
       
    34 #endif
       
    35 
       
    36 // capabilities (TUid)
       
    37 /**
       
    38 * Maximum message body size.
       
    39 * @Return type: TInt. 
       
    40 * @publishedAll
       
    41 * @released
       
    42 */
       
    43 const TUid KUidMtmQueryMaxBodySize={KUidMtmQueryMaxBodySizeValue};
       
    44 /**
       
    45 * Maximum total size of message.
       
    46 * @publishedAll
       
    47 * @released
       
    48 * @Return type: TInt.
       
    49 */
       
    50 const TUid KUidMtmQueryMaxTotalMsgSize={KUidMtmQueryMaxTotalMsgSizeValue};
       
    51 /** Character widths supported by message type (returned TInt is the sum of the 
       
    52 appropriate values KMtm7BitBody, KMtm8BitBody, KMtm16BitBody, and KMtmBinaryBody). */
       
    53 
       
    54 /**
       
    55 * @publishedAll
       
    56 * @released
       
    57 */
       
    58 const TUid KUidMtmQuerySupportedBody={KUidMtmQuerySupportedBodyValue};
       
    59 /**
       
    60 * Are attachments supported.
       
    61 * @No return value. 
       
    62 * @publishedAll
       
    63 * @released
       
    64 */
       
    65 const TUid KUidMtmQuerySupportAttachments={KUidMtmQuerySupportAttachmentsValue};
       
    66 /**
       
    67 * Does the MTM message type have a subject field.
       
    68 * @No return value. 
       
    69 * @publishedAll
       
    70 * @released
       
    71 */
       
    72 const TUid KUidMtmQuerySupportSubject={KUidMtmQuerySupportSubjectValue};
       
    73 /**
       
    74 * Does the MTM support folders.
       
    75 * @No return value. 
       
    76 * @publishedAll
       
    77 * @released
       
    78 */
       
    79 const TUid KUidMtmQuerySupportsFolder={KUidMtmQuerySupportsFolderValue};
       
    80 /**
       
    81 * Off-line operation allowed.
       
    82 * @No return value.
       
    83 * @publishedAll
       
    84 * @released
       
    85 */
       
    86 const TUid KUidMtmQueryOffLineAllowed={KUidMtmQueryOffLineAllowedValue};
       
    87 /**
       
    88 * Send message.
       
    89 * @No return value.
       
    90 * @publishedAll
       
    91 * @released
       
    92 */ 
       
    93 const TUid KUidMtmQueryCanSendMsg={KUidMtmQueryCanSendMsgValue};
       
    94 /**
       
    95 * Receive message.
       
    96 * @No return value. 
       
    97 * @publishedAll
       
    98 * @released
       
    99 */
       
   100 const TUid KUidMtmQueryCanReceiveMsg={KUidMtmQueryCanReceiveMsgValue};
       
   101 /**
       
   102 * Maximum number of recipients (-1 indicates unlimited numbers).
       
   103 * @Return type: TInt
       
   104 * @publishedAll
       
   105 * @released
       
   106 */
       
   107 const TUid KUidMtmQueryMaxRecipientCount={KUidMtmQueryMaxRecipientCountValue};
       
   108 /**
       
   109 * When using the MTM in Send-As, does a rendered image have to be prepared (i.e.fax).
       
   110 * @Return type: TBool. 
       
   111 * @publishedAll
       
   112 * @released
       
   113 */
       
   114 const TUid KUidMtmQuerySendAsRequiresRenderedImage={KUidMtmQuerySendAsRequiresRenderedImageValue};
       
   115 /**
       
   116 * Printer driver UID for rendering the fax image.
       
   117 * @Return type: TUid
       
   118 * @publishedAll
       
   119 * @released
       
   120 */
       
   121 const TUid KUidMtmQuerySendAsRenderingUid={KUidMtmQuerySendAsRenderingUidValue};
       
   122 /**
       
   123 * UID of default message editor.
       
   124 * @Return type: TUid. 
       
   125 * @publishedAll
       
   126 * @released
       
   127 */
       
   128 const TUid KUidMsvMtmQueryEditorUid={KUidMsvMtmQueryEditorUidValue};
       
   129 /**
       
   130 * Does the MTM support BIO messages.
       
   131 * @No return value. 
       
   132 * @publishedAll
       
   133 * @released
       
   134 */
       
   135 const TUid KUidMsvQuerySupportsBioMsg={KUidMtmQuerySupportsBioMsgValue};
       
   136 /**
       
   137 * Does the MTM support scheduled sending.
       
   138 * @No return value. 
       
   139 * @publishedAll
       
   140 * @released
       
   141 */
       
   142 const TUid KUidMsvQuerySupportsScheduling={KUidMtmQuerySupportsSchedulingValue};
       
   143 /**
       
   144 * Does the MTM support the use of recipient type.
       
   145 * @No return value. 
       
   146 * @publishedAll
       
   147 * @released
       
   148 */
       
   149 const TUid KUidMtmQuerySupportsRecipientType={KUidMtmQuerySupportsRecipientTypeValue};
       
   150 /**
       
   151 * Support for Sending messages using SendAs.  
       
   152 * If this is supported, then the MTM supports sending messages created through the SendAs API.
       
   153 * @Return type: TBool. 
       
   154 * @publishedAll
       
   155 * @released
       
   156 */
       
   157 const TUid KUidMtmQuerySendAsMessageSendSupport={KUidMtmQuerySendAsMessageSendSupportValue};
       
   158 
       
   159 #endif