E-mail body when sendin attachment from segment

Richard_LarsenRichard_Larsen Member Posts: 8
edited 2003-12-12 in Navision Attain
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.

Anyone have a solution for this ?

Richard Larsen

Comments

  • eromeineromein Member Posts: 589
    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."
  • Richard_LarsenRichard_Larsen Member Posts: 8
    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.

    Richard
  • eromeineromein Member Posts: 589
    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."
  • Richard_LarsenRichard_Larsen Member Posts: 8
    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.
Sign In or Register to comment.