Interaction - Email Body

almhansenalmhansen Member Posts: 117
I've successfully created an email interaction in NAV 2009 SP1 with an attachment. However, I cannot find where I setup the text for the body of the email. Can anyone help me?

Thank you.

Comments

  • ReinoudReinoud Member Posts: 58
    I suppose you use codeunit mail;

    MAIL.NewMessage (...); in here you can insert body text.
    Reinoud
  • vijay_gvijay_g Member Posts: 884
    You can also use AppendBody function created in codeunit SMTP Mail(400).
Sign In or Register to comment.