Send email: Difference between revisions

m
(+Fortran (using COM))
Line 407:
=={{header|Fortran}}==
===Intel Fortran on Windows===
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
Anonymous user