Date: prev next · Thread: first prev next last
2018 Archives by date, by thread · List index


Bonjour à tous,

Gros souci avec la commande sendSimpleMailMessage qui provoque dans le code suivant l'erreur :

"Invalid Attachement file URL"

Sub EnvoiCourriel
Dim Messagerie As Object, Client As Object, Courrier As Object, annexes(1) As String
   Messagerie = CreateUnoService("com.sun.star.system.SimpleSystemMail")
   Client = Messagerie.querySimpleMailClient()
   Courrier = Client.createSimpleMailMessage()
   With Courrier
      .Subject = "Test envoi courriel"
      .Recipient = "algol.formations@inforbur.com"
      annexes(0) = convertToURL("D:\Libre Office\LOCalc\Calc_avec_codes\adresses.txt")
      .Attachement = annexes(0)
      .body = "ceci est un test"
/*Client.sendSimpleMailMessage(Courrier,0) :-\*/
   End With
End Sub

Merci de votre aide.

Cordialement
Michel Blanchard


--

ALGOL - Formation - Coaching Bureautique
/5 rue de Vélantan/
*37130* Mazières de Touraine

http://www.inforbur.com


--
Envoyez un mail à users+unsubscribe@fr.libreoffice.org pour vous désinscrire
Les archives de la liste sont disponibles à https://listarchives.libreoffice.org/fr/users/
Privacy Policy: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.