<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr">luciano de souza <<a href="mailto:luchyanus@gmail.com">luchyanus@gmail.com</a>> schrieb am Do., 19. Juli 2018, 20:29:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all,<br>
>From a Linux machine connected to a Windows machine by VPN, I’d like<br>
to send e-mails programmatically using a Microsoft Exchange account.<br>
Using Windows resources, I could call Outlook automation API to do<br>
this task. But is the same possible with Linux resources?<br>
Is there a Freepascal unit to handle with Exchange sending protocol?<br>
Best Regards,<br></blockquote></div><div dir="auto"><br></div><div dir="auto">The underlying protocol of Exchange seems to be MAPI. So you could maybe try if libmapi is sufficient for you though you'll need to convert its corresponding C header to Pascal (you can try to use h2pas for that). </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div>