[fpc-pascal] Pascal units to connect to an Exchange server

Sven Barth pascaldragon at googlemail.com
Thu Jul 19 22:55:41 CEST 2018


luciano de souza <luchyanus at gmail.com> schrieb am Do., 19. Juli 2018, 20:29:

> Hello all,
> From a Linux machine connected to a Windows machine by VPN, I’d like
> to send e-mails programmatically using a Microsoft Exchange account.
> Using Windows resources, I could call Outlook automation API to do
> this task. But is the same possible with Linux resources?
> Is there a Freepascal unit to handle with Exchange sending protocol?
> Best Regards,
>

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).

Regards,
Sven

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20180719/4437cf5d/attachment.html>


More information about the fpc-pascal mailing list