i tested and see that the documentation said someting about
SmtpClient.alternative option..

what does mean with: "are actually different alternatives of the same
data"??

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2016-01-15 2:03 GMT-04:30 PICCORO McKAY Lenz <mckaygerh...@gmail.com>:

> i made a program that send a pdf attachment..  but in gmail at received
> the mail marks as has attachment but when opened thers no attachment file
>
> here the code used based on the wiki:
>
>   Dim enviador As New SmtpClient
>   Dim t$ As String
> ...
> ' more code...
> ...
>   enviador.Add(cTexto, "text/plain")
>   t$ = File.Load("/home/general/archve.pdf")
>   enviador.Add(t$, "application/pdf", "archve.pdf")
> ....
>  Try enviador.send
>
>
> Lenz McKAY Gerardo (PICCORO)
> http://qgqlochekone.blogspot.com
>
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to