An example, please?Yes. You can start any app you like by sending an intent. You will need to first find the app package name. You can use PackageManager for that.
Thanks Erel. Is it also possible to set the recipient of the whatapp message?Call PackageManager.GetInstalledPackages. Find whatsapp package name and then call PackageManager.GetApplicationIntent.