Avatar

Level 1

Hi radzmar

Thank you for your response!

I have already seen that type of code pass by in this forum but when I apply the exact same code as yours, Microsoft Outlook can not recognize the mail address and i get following error message:

1627418_pastedImage_1.png

So I think that Outlook is reading it as one big email address. In my previous code, the spaces and punctuation marks I added, helped that part of the problem. If i modify your code to the following:

1627421_pastedImage_6.png

<submit format="pdf" textEncoding="UTF-16" target="mailto:kristoff_XXX@tuifly.be; ?cc= nicolas_XXX@tuifly.be &amp;subject=BLABLA" xdpContent="pdf datasets">

I get the following:

1627422_pastedImage_8.png

Same initial problem but the Subject has been modified.

NC