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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
23 #if !defined(__MTMUIDS_H__)
25 #if !defined(__E32STD_H__)
28 #if !defined(__MTMDEF_HRH__)
32 // capabilities (TUid)
34 * Maximum message body size.
39 const TUid KUidMtmQueryMaxBodySize={KUidMtmQueryMaxBodySizeValue};
41 * Maximum total size of message.
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). */
54 const TUid KUidMtmQuerySupportedBody={KUidMtmQuerySupportedBodyValue};
56 * Are attachments supported.
61 const TUid KUidMtmQuerySupportAttachments={KUidMtmQuerySupportAttachmentsValue};
63 * Does the MTM message type have a subject field.
68 const TUid KUidMtmQuerySupportSubject={KUidMtmQuerySupportSubjectValue};
70 * Does the MTM support folders.
75 const TUid KUidMtmQuerySupportsFolder={KUidMtmQuerySupportsFolderValue};
77 * Off-line operation allowed.
82 const TUid KUidMtmQueryOffLineAllowed={KUidMtmQueryOffLineAllowedValue};
89 const TUid KUidMtmQueryCanSendMsg={KUidMtmQueryCanSendMsgValue};
96 const TUid KUidMtmQueryCanReceiveMsg={KUidMtmQueryCanReceiveMsgValue};
98 * Maximum number of recipients (-1 indicates unlimited numbers).
103 const TUid KUidMtmQueryMaxRecipientCount={KUidMtmQueryMaxRecipientCountValue};
105 * When using the MTM in Send-As, does a rendered image have to be prepared (i.e.fax).
106 * @Return type: TBool.
110 const TUid KUidMtmQuerySendAsRequiresRenderedImage={KUidMtmQuerySendAsRequiresRenderedImageValue};
112 * Printer driver UID for rendering the fax image.
117 const TUid KUidMtmQuerySendAsRenderingUid={KUidMtmQuerySendAsRenderingUidValue};
119 * UID of default message editor.
120 * @Return type: TUid.
124 const TUid KUidMsvMtmQueryEditorUid={KUidMsvMtmQueryEditorUidValue};
126 * Does the MTM support BIO messages.
131 const TUid KUidMsvQuerySupportsBioMsg={KUidMtmQuerySupportsBioMsgValue};
133 * Does the MTM support scheduled sending.
138 const TUid KUidMsvQuerySupportsScheduling={KUidMtmQuerySupportsSchedulingValue};
140 * Does the MTM support the use of recipient type.
145 const TUid KUidMtmQuerySupportsRecipientType={KUidMtmQuerySupportsRecipientTypeValue};
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.
153 const TUid KUidMtmQuerySendAsMessageSendSupport={KUidMtmQuerySendAsMessageSendSupportValue};