Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studio Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
Got EMAILS_ERROR_PERMISSION_DENIED when try to send email by Native application
When I try to use:
email_h msg;
int error_code = EMAILS_ERROR_NONE;
error_code = email_create_message(&msg);
Create EMAIL, I always got EMAILS_ERROR_PERMISSION_DENIED error.
I see this:
To build your application with the Email API, package dependencies and the build option must be configured:
capi-messaging-email
topkg_check_modules
in theCMakeList.txt
fileAre they will generate this error if missing them?
If so, I cannot find spec file and CMakeList file
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio