epoc32/include/mtmuids.h
branchSymbian2
changeset 2 2fe1408b6811
parent 0 061f57f2323e
     1.1 --- a/epoc32/include/mtmuids.h	Tue Nov 24 13:55:44 2009 +0000
     1.2 +++ b/epoc32/include/mtmuids.h	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -1,1 +1,155 @@
     1.4 -mtmuids.h
     1.5 +// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +// All rights reserved.
     1.7 +// This component and the accompanying materials are made available
     1.8 +// 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
     1.9 +// which accompanies this distribution, and is available
    1.10 +// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.11 +//
    1.12 +// Initial Contributors:
    1.13 +// Nokia Corporation - initial contribution.
    1.14 +//
    1.15 +// Contributors:
    1.16 +//
    1.17 +// Description:
    1.18 +//
    1.19 +
    1.20 +
    1.21 +
    1.22 +/**
    1.23 + @file
    1.24 + @publishedAll
    1.25 + @released
    1.26 +*/
    1.27 +#if !defined(__MTMUIDS_H__)
    1.28 +#define __MTMUIDS_H__
    1.29 +#if !defined(__E32STD_H__)
    1.30 +#include <e32std.h>
    1.31 +#endif
    1.32 +#if !defined(__MTMDEF_HRH__)
    1.33 +#include <mtmdef.hrh>
    1.34 +#endif
    1.35 +
    1.36 +// capabilities (TUid)
    1.37 +/**
    1.38 +* Maximum message body size.
    1.39 +* @Return type: TInt. 
    1.40 +* @publishedAll
    1.41 +* @released
    1.42 +*/
    1.43 +const TUid KUidMtmQueryMaxBodySize={KUidMtmQueryMaxBodySizeValue};
    1.44 +/**
    1.45 +* Maximum total size of message.
    1.46 +* @publishedAll
    1.47 +* @released
    1.48 +* @Return type: TInt.
    1.49 +*/
    1.50 +const TUid KUidMtmQueryMaxTotalMsgSize={KUidMtmQueryMaxTotalMsgSizeValue};
    1.51 +/** Character widths supported by message type (returned TInt is the sum of the 
    1.52 +appropriate values KMtm7BitBody, KMtm8BitBody, KMtm16BitBody, and KMtmBinaryBody). */
    1.53 +
    1.54 +/**
    1.55 +* @publishedAll
    1.56 +* @released
    1.57 +*/
    1.58 +const TUid KUidMtmQuerySupportedBody={KUidMtmQuerySupportedBodyValue};
    1.59 +/**
    1.60 +* Are attachments supported.
    1.61 +* @No return value. 
    1.62 +* @publishedAll
    1.63 +* @released
    1.64 +*/
    1.65 +const TUid KUidMtmQuerySupportAttachments={KUidMtmQuerySupportAttachmentsValue};
    1.66 +/**
    1.67 +* Does the MTM message type have a subject field.
    1.68 +* @No return value. 
    1.69 +* @publishedAll
    1.70 +* @released
    1.71 +*/
    1.72 +const TUid KUidMtmQuerySupportSubject={KUidMtmQuerySupportSubjectValue};
    1.73 +/**
    1.74 +* Does the MTM support folders.
    1.75 +* @No return value. 
    1.76 +* @publishedAll
    1.77 +* @released
    1.78 +*/
    1.79 +const TUid KUidMtmQuerySupportsFolder={KUidMtmQuerySupportsFolderValue};
    1.80 +/**
    1.81 +* Off-line operation allowed.
    1.82 +* @No return value.
    1.83 +* @publishedAll
    1.84 +* @released
    1.85 +*/
    1.86 +const TUid KUidMtmQueryOffLineAllowed={KUidMtmQueryOffLineAllowedValue};
    1.87 +/**
    1.88 +* Send message.
    1.89 +* @No return value.
    1.90 +* @publishedAll
    1.91 +* @released
    1.92 +*/ 
    1.93 +const TUid KUidMtmQueryCanSendMsg={KUidMtmQueryCanSendMsgValue};
    1.94 +/**
    1.95 +* Receive message.
    1.96 +* @No return value. 
    1.97 +* @publishedAll
    1.98 +* @released
    1.99 +*/
   1.100 +const TUid KUidMtmQueryCanReceiveMsg={KUidMtmQueryCanReceiveMsgValue};
   1.101 +/**
   1.102 +* Maximum number of recipients (-1 indicates unlimited numbers).
   1.103 +* @Return type: TInt
   1.104 +* @publishedAll
   1.105 +* @released
   1.106 +*/
   1.107 +const TUid KUidMtmQueryMaxRecipientCount={KUidMtmQueryMaxRecipientCountValue};
   1.108 +/**
   1.109 +* When using the MTM in Send-As, does a rendered image have to be prepared (i.e.fax).
   1.110 +* @Return type: TBool. 
   1.111 +* @publishedAll
   1.112 +* @released
   1.113 +*/
   1.114 +const TUid KUidMtmQuerySendAsRequiresRenderedImage={KUidMtmQuerySendAsRequiresRenderedImageValue};
   1.115 +/**
   1.116 +* Printer driver UID for rendering the fax image.
   1.117 +* @Return type: TUid
   1.118 +* @publishedAll
   1.119 +* @released
   1.120 +*/
   1.121 +const TUid KUidMtmQuerySendAsRenderingUid={KUidMtmQuerySendAsRenderingUidValue};
   1.122 +/**
   1.123 +* UID of default message editor.
   1.124 +* @Return type: TUid. 
   1.125 +* @publishedAll
   1.126 +* @released
   1.127 +*/
   1.128 +const TUid KUidMsvMtmQueryEditorUid={KUidMsvMtmQueryEditorUidValue};
   1.129 +/**
   1.130 +* Does the MTM support BIO messages.
   1.131 +* @No return value. 
   1.132 +* @publishedAll
   1.133 +* @released
   1.134 +*/
   1.135 +const TUid KUidMsvQuerySupportsBioMsg={KUidMtmQuerySupportsBioMsgValue};
   1.136 +/**
   1.137 +* Does the MTM support scheduled sending.
   1.138 +* @No return value. 
   1.139 +* @publishedAll
   1.140 +* @released
   1.141 +*/
   1.142 +const TUid KUidMsvQuerySupportsScheduling={KUidMtmQuerySupportsSchedulingValue};
   1.143 +/**
   1.144 +* Does the MTM support the use of recipient type.
   1.145 +* @No return value. 
   1.146 +* @publishedAll
   1.147 +* @released
   1.148 +*/
   1.149 +const TUid KUidMtmQuerySupportsRecipientType={KUidMtmQuerySupportsRecipientTypeValue};
   1.150 +/**
   1.151 +* Support for Sending messages using SendAs.  
   1.152 +* If this is supported, then the MTM supports sending messages created through the SendAs API.
   1.153 +* @Return type: TBool. 
   1.154 +* @publishedAll
   1.155 +* @released
   1.156 +*/
   1.157 +const TUid KUidMtmQuerySendAsMessageSendSupport={KUidMtmQuerySendAsMessageSendSupportValue};
   1.158 +
   1.159 +#endif