In past i sended email with gmail app
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Now with last versione doesn't work the To.Add and Subject method, gmail showed only the sender address.
How to fix this?
			
			
			
				Send Email:
			
		
		
		Dim Message As Email
Dim MyPhone As Phone
Dim Intent As Intent = Message.GetIntent
    Message.To.Add("[email protected]")
    Message.Subject = "Support"
    'StartActivity(Message.GetIntent)
   
    Intent.SetPackage("com.google.android.gm")
    StartActivity(Intent)
   
    MyPhone.HideKeyboard(Activity)Now with last versione doesn't work the To.Add and Subject method, gmail showed only the sender address.
How to fix this?
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							 
				 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		