Send attached file in mail from Navision

How can I do for attached a file in a e-mail that is send from Navision with the CodeUnit 6203 “Notification management” ? Thanks. Annick

I made a mistake in my question , it’s Codeunit 6229 Mail Mangement that i want to use for attached a file to an e-mail

use codeunit 397 Mail. Code will be: Mail.New Message(ToName,CCName,Subject,Body,AttachFileName,OpenDialog); AttachFileName will a path where you have the file Naveen Jain

I don’t want to use CodeUnit 397. Commerce Portal use CodeUnit 6229 to send e-mails , and i want to modify this codeunit in order to attached a file.