Skip to main content

Is there a possibility sending emails via cobol without the MAPI ?

Is there a possibility sending emails via cobol without the MAPI ?

Please search the Net Express Knowledgebase as there are several articles/samples available that show how to send e-mail from both a Net Express native program as well as a managed .NET program.

Enter the search term "email" into the text box at the upper right hand corner of this web page and then click in the drop down list and select Search Net Express/Server Express.

Thanks.


Is there a possibility sending emails via cobol without the MAPI ?

Thank you very much, Chris.

I found the cdo Mail Demo. After adapting it to use in my Application it runs nearly perfect.

How can i define Attachments? I hope you can help me.


Is there a possibility sending emails via cobol without the MAPI ?

I believe that you can use the addAttachment method as follows:

          invoke ws-cdomess "addAttachment" using

            z"c:\\temp\\testit.txt".


Is there a possibility sending emails via cobol without the MAPI ?

Thank you very much, Chris.

It works perfect.


Is there a possibility sending emails via cobol without the MAPI ?

Thank you very much, Chris.

It works perfect.


Is there a possibility sending emails via cobol without the MAPI ?

Thank you very much, Chris.

It works perfect.