E-mail with HTML file as body

fgomez
fgomez Member Posts: 2
Hello 2 all,

how can I put an HTML file as the body of a mail message without length limitation of this html file?

I've tried with MAPIMessages and MailItem object from Oulook Automation, but I have limitations of size because the only way of setting the value of the body is via a text property (NoteText in MAPI messages and HTMLBody in Outlook) and the size is quite limited.

I can't use the Navision's MAPIhandler because it doesn't allow BCC recipients and this is one of my requirements.

Any kind of help will be pretty welcome.

Thanks in advance.

Comments