diff -r 30d6238592e8 -r dd93350a5f29 messagingfw/senduiservices/inc/SendUiImpl.h --- a/messagingfw/senduiservices/inc/SendUiImpl.h Fri Mar 12 15:44:33 2010 +0200 +++ b/messagingfw/senduiservices/inc/SendUiImpl.h Mon Mar 15 12:42:29 2010 +0200 @@ -43,6 +43,8 @@ class CPropertyObserver; class TDataType; class CSendUiSingleton; +class CSendUiAttachment; +class CSendUiFileRightsEngine; /** * Implementation of SendUI API @@ -334,6 +336,17 @@ */ TBool IsEmailAppendableL(TMsvEntry tentry); + + /** + * Validates if all the attachments are DRM protected + * + * @since S60 v5.0 + * @param TBool + * @return ETrue, if it atleast one of the attachments can be sent + * EFalse, if no attachment can be sent + */ + + TBool ValidateAttachmentsL(const CMessageData* aMessageData); private: