SendEmail

Description Sends an email with a specified document attached.
Method Type POST
URL api/email/send
Parameters
Name Type Description
FileHandle IntPtr Memory handle for the document.
EmailTo String Email recipient(s)
EmailSubject String Email subject
EmailBody String Email body
CarbonCopy String Email CC
BlindCarbonCopy String Email BCC
AttachmentFileName String Attached file name.
Response Type JSON (JsonResult)
Return values

{

response (Int)

errorMessage (string)

}

Programming notes

None

Example

None

Requirements