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