// MTMUIDS.H
//
// Copyright (c) 1998 Symbian Ltd.  All rights reserved.
//

#if !defined(__MTMUIDS_H__)
#define __MTMUIDS_H__
#if !defined(__E32STD_H__)
#include <e32std.h>
#endif
#if !defined(__MTMDEF_HRH__)
#include "mtmdef.hrh"
#endif

// capabilities (TUid)
const TUid KUidMtmQueryMaxBodySize={KUidMtmQueryMaxBodySizeValue};
const TUid KUidMtmQueryMaxTotalMsgSize={KUidMtmQueryMaxTotalMsgSizeValue};
const TUid KUidMtmQuerySupportedBody={KUidMtmQuerySupportedBodyValue};
const TUid KUidMtmQuerySupportAttachments={KUidMtmQuerySupportAttachmentsValue};
const TUid KUidMtmQuerySupportSubject={KUidMtmQuerySupportSubjectValue};
const TUid KUidMtmQuerySupportsFolder={KUidMtmQuerySupportsFolderValue};
const TUid KUidMtmQueryOffLineAllowed={KUidMtmQueryOffLineAllowedValue};
const TUid KUidMtmQueryCanSendMsg={KUidMtmQueryCanSendMsgValue};
const TUid KUidMtmQueryCanReceiveMsg={KUidMtmQueryCanReceiveMsgValue};
const TUid KUidMtmQueryMaxRecipientCount={KUidMtmQueryMaxRecipientCountValue};
const TUid KUidMtmQuerySendAsRequiresRenderedImage={KUidMtmQuerySendAsRequiresRenderedImageValue};
const TUid KUidMtmQuerySendAsRenderingUid={KUidMtmQuerySendAsRenderingUidValue};
const TUid KUidMsvMtmQueryEditorUid={KUidMsvMtmQueryEditorUidValue};

#endif
