I have some customers who wants to enter a message in the e-mail body when sending mails from a segment with PDF attachment. In standard Navision no body can be entered - only a subject line.
does this body has to be filled from Navision or do they want to write it themselfs?
If you want to type it in there e-mail client, just create an e-mail with the use of the standard Navision function in codeunit "Mail" but make sure you set the "show client" parameter to "yes".
Hope it helps!
"Real programmers don't comment their code.
If it was hard to write, it should be hard to understand."
When sending mail with attachment from a segment (ex. 250 emails), you don't have the possibility to enter any body. I want a solution where I can spesify a short comment to alle the mails.
This is possible, even when calling the strandard e-mail codeunit in Navision. But there is an 1024 charater limit to the message. If you want to be able to mail a lardger message you have to you the mail ocx. Search this forum for furter information.
"Real programmers don't comment their code.
If it was hard to write, it should be hard to understand."
I'm vere of the possibility by the Code-unit, but when using segments you don't av eny functionality to do so. I wander if there is anybody else that have already developed this possibility integrated in segment.
Comments
If you want to type it in there e-mail client, just create an e-mail with the use of the standard Navision function in codeunit "Mail" but make sure you set the "show client" parameter to "yes".
Hope it helps!
If it was hard to write, it should be hard to understand."
Richard
If it was hard to write, it should be hard to understand."