Send email: Difference between revisions

Content added Content deleted
(+Fortran (using COM))
Line 407: Line 407:
=={{header|Fortran}}==
=={{header|Fortran}}==
===Intel Fortran on Windows===
===Intel Fortran on Windows===
Using Outlook COM server. Before compiling the program, it's necessary to use the ''Intel Fortran Module Wizard'' from the Visual Studio editor, to generate a Fortran module for the Microsoft Outlook Object Library. The following program has to be linked with this module.
Using Outlook COM server. Before compiling the program, it's necessary to use the '''[https://software.intel.com/en-us/node/535422 Intel Fortran Module Wizard]''' from the Visual Studio editor, to generate a Fortran module for the Microsoft Outlook Object Library. The following program has to be linked with this module.


<lang fortran>program sendmail
<lang fortran>program sendmail