N
N
Nikita_Migushev2020-10-03 01:16:48
Node.js
Nikita_Migushev, 2020-10-03 01:16:48

How to attach an excel file to an email attachment (node-ews)?

Good afternoon!

I'm trying to attach a local excel file to an email attachment. Tell me what I'm doing wrong?

Attachments: {
        FileAttachment: [{
          Name: 'excelfile.xlsx',
          IsInline: false,
          ContentType: 'text/xlsx',
          ContentLocation: ''путь к файлу"
        }]
      }

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question