epoc32/include/mtmuids.h
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
permissions -rw-r--r--
Final list of Symbian^2 public API header files
     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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 
    17 
    18 /**
    19  @file
    20  @publishedAll
    21  @released
    22 */
    23 #if !defined(__MTMUIDS_H__)
    24 #define __MTMUIDS_H__
    25 #if !defined(__E32STD_H__)
    26 #include <e32std.h>
    27 #endif
    28 #if !defined(__MTMDEF_HRH__)
    29 #include <mtmdef.hrh>
    30 #endif
    31 
    32 // capabilities (TUid)
    33 /**
    34 * Maximum message body size.
    35 * @Return type: TInt. 
    36 * @publishedAll
    37 * @released
    38 */
    39 const TUid KUidMtmQueryMaxBodySize={KUidMtmQueryMaxBodySizeValue};
    40 /**
    41 * Maximum total size of message.
    42 * @publishedAll
    43 * @released
    44 * @Return type: TInt.
    45 */
    46 const TUid KUidMtmQueryMaxTotalMsgSize={KUidMtmQueryMaxTotalMsgSizeValue};
    47 /** Character widths supported by message type (returned TInt is the sum of the 
    48 appropriate values KMtm7BitBody, KMtm8BitBody, KMtm16BitBody, and KMtmBinaryBody). */
    49 
    50 /**
    51 * @publishedAll
    52 * @released
    53 */
    54 const TUid KUidMtmQuerySupportedBody={KUidMtmQuerySupportedBodyValue};
    55 /**
    56 * Are attachments supported.
    57 * @No return value. 
    58 * @publishedAll
    59 * @released
    60 */
    61 const TUid KUidMtmQuerySupportAttachments={KUidMtmQuerySupportAttachmentsValue};
    62 /**
    63 * Does the MTM message type have a subject field.
    64 * @No return value. 
    65 * @publishedAll
    66 * @released
    67 */
    68 const TUid KUidMtmQuerySupportSubject={KUidMtmQuerySupportSubjectValue};
    69 /**
    70 * Does the MTM support folders.
    71 * @No return value. 
    72 * @publishedAll
    73 * @released
    74 */
    75 const TUid KUidMtmQuerySupportsFolder={KUidMtmQuerySupportsFolderValue};
    76 /**
    77 * Off-line operation allowed.
    78 * @No return value.
    79 * @publishedAll
    80 * @released
    81 */
    82 const TUid KUidMtmQueryOffLineAllowed={KUidMtmQueryOffLineAllowedValue};
    83 /**
    84 * Send message.
    85 * @No return value.
    86 * @publishedAll
    87 * @released
    88 */ 
    89 const TUid KUidMtmQueryCanSendMsg={KUidMtmQueryCanSendMsgValue};
    90 /**
    91 * Receive message.
    92 * @No return value. 
    93 * @publishedAll
    94 * @released
    95 */
    96 const TUid KUidMtmQueryCanReceiveMsg={KUidMtmQueryCanReceiveMsgValue};
    97 /**
    98 * Maximum number of recipients (-1 indicates unlimited numbers).
    99 * @Return type: TInt
   100 * @publishedAll
   101 * @released
   102 */
   103 const TUid KUidMtmQueryMaxRecipientCount={KUidMtmQueryMaxRecipientCountValue};
   104 /**
   105 * When using the MTM in Send-As, does a rendered image have to be prepared (i.e.fax).
   106 * @Return type: TBool. 
   107 * @publishedAll
   108 * @released
   109 */
   110 const TUid KUidMtmQuerySendAsRequiresRenderedImage={KUidMtmQuerySendAsRequiresRenderedImageValue};
   111 /**
   112 * Printer driver UID for rendering the fax image.
   113 * @Return type: TUid
   114 * @publishedAll
   115 * @released
   116 */
   117 const TUid KUidMtmQuerySendAsRenderingUid={KUidMtmQuerySendAsRenderingUidValue};
   118 /**
   119 * UID of default message editor.
   120 * @Return type: TUid. 
   121 * @publishedAll
   122 * @released
   123 */
   124 const TUid KUidMsvMtmQueryEditorUid={KUidMsvMtmQueryEditorUidValue};
   125 /**
   126 * Does the MTM support BIO messages.
   127 * @No return value. 
   128 * @publishedAll
   129 * @released
   130 */
   131 const TUid KUidMsvQuerySupportsBioMsg={KUidMtmQuerySupportsBioMsgValue};
   132 /**
   133 * Does the MTM support scheduled sending.
   134 * @No return value. 
   135 * @publishedAll
   136 * @released
   137 */
   138 const TUid KUidMsvQuerySupportsScheduling={KUidMtmQuerySupportsSchedulingValue};
   139 /**
   140 * Does the MTM support the use of recipient type.
   141 * @No return value. 
   142 * @publishedAll
   143 * @released
   144 */
   145 const TUid KUidMtmQuerySupportsRecipientType={KUidMtmQuerySupportsRecipientTypeValue};
   146 /**
   147 * Support for Sending messages using SendAs.  
   148 * If this is supported, then the MTM supports sending messages created through the SendAs API.
   149 * @Return type: TBool. 
   150 * @publishedAll
   151 * @released
   152 */
   153 const TUid KUidMtmQuerySendAsMessageSendSupport={KUidMtmQuerySendAsMessageSendSupportValue};
   154 
   155 #endif