<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>6 Apr 2020 13:30:50 Z</lastBuildDate><pubDate>1 Apr 2020 15:52:31 Z</pubDate><description>bonjour ,&#13;
quand j’envoie un email en mettant une pièce jointe  l'expéditeur reçois le fichier joint sous format binaire.&#13;
voici le code.&#13;
[code:wl]&#13;
// Ajoute la pièce jointe si besoin&#13;
&#13;
monAttache est un emailAttache&#13;
sFichier est une chaîne =SAI_Fichier&#13;
&#13;
// Construction de la variable emailAttache&#13;
monAttache..Nom = fExtraitChemin(sFichier, fFichier + fExtension)&#13;
monAttache..Contenu = fChargeBuffer(sFichier)&#13;
&#13;
[/code]  &#13;
&#13;
voici la pièce jointe reçus.&#13;
&#13;
https://hostimage.windev.io/images/CaptureB_5cbf7b6e56e0f7e0468f41534b14ba2d.PNG</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe/read.awp</link><title>Envoie email: pièce jointe</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Thiomina THIO</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe-238383/read.awp</comments><pubDate>6 Apr 2020 13:30:50 Z</pubDate><description>François C. a écrit : &#13;
&gt; Hello,&#13;
&gt; &#13;
&gt; Et ensuite? comment ajoute tu la pj au mail ?&#13;
&gt; Voici un code que j'utilise pour passer…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe-238383/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe-238383/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe/read.awp">Envoie email: pièce jointe</source><title>Re: Envoie email: pièce jointe</title></item><item><author>Thiomina THIO</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe-238207/read.awp</comments><pubDate>1 Apr 2020 16:01:04 Z</pubDate><description>[code:wl]&#13;
SI SAI_Fichier &lt;&gt; "" ALORS&#13;
	Ajoute(MonMessage..Attache,monAttache)&#13;
FIN&#13;
           &#13;
[/code]&#13;
voici le suite du cod…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe-238207/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe-238207/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe/read.awp">Envoie email: pièce jointe</source><title>Re: Envoie email: pièce jointe</title></item><item><author>François C.</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe-238206/read.awp</comments><pubDate>1 Apr 2020 15:58:33 Z</pubDate><description>Hello,&#13;
&#13;
Et ensuite? comment ajoute tu la pj au mail ?&#13;
Voici un code que j'utilise pour passer plusieurs pièces jointes a un m…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe-238206/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe-238206/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/238205-envoie-email-piece-jointe/read.awp">Envoie email: pièce jointe</source><title>Re: Envoie email: pièce jointe</title></item></channel></rss>
