Archived:Send via E-mail fails in Nokia Eseries devices with a 3rd party MTM (Known Issue)
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
Article Metadata
Compatibility
Platform(s): S60 3rd Edition, S60 3rd Edition FP1
Article
Created: User:Technical writer 1
(21 Aug 2007)
Last edited: hamishwillee
(13 Jun 2012)
Description
Trying to send an attachment from the gallery via e-mail fails with "Feature Not Supported" error on Nokia Eseries devices when a 3rd party MTM component is installed.
Solution
This problem occurs when the following function is not implemented by the 3rd party MTM:
void CBaseMtm::SetSubjectL( const TDesC& aSubject );
The default implementation of SetSubjectL() leaves with KErrNotSupported error. 3rd party MTMs should always override this function.


(no comments yet)