This is a method from the KashFlow Accounting Software SOAP API

Description

This method allows you to email an invoice. The invoice is sent from our own SMTP servers. The subject line and body of the email are as per the variables you provide below.

The invoice is attached to the email as a PDF file.

Parameters

IN
InvoiceNumber
Integer
The number of the invoice to be emailed.
IN
FromEmail
String
The name of the sender
IN
FromName
String
The email address that the invoice should appear to have been sent from
IN
SubjectLine
String
The subject line to be used on the email
IN
Body
String
The body of the email
IN
RecipientEmail
String
The recipients email address