I am running Nav 4.3 on MS Windows server 2003. I want to send a report by email to one of the salespeople through my exchange server (2007). Can someone help me how to do it. Thanks.
Save report as html or pdf. Use code unit 397 or 400… You will need disable security message.
Thanks for the help. Let me try.
Thanks for your help. Let me try…
I am kind of new to Nav. Which Function do I use from code unit 397? Is it NewMessage()?
Valentin can I have your email address please???
Website has option to send privet e-mail… Just select my account and Send e-mail.
Very easy:
Mail.NewMessage(
“To Address”,
“Copy-to Address”,
“Subject Line”,
“Body Line”,
“Attachment Filename”,
FALSE)