Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

The type or method 'NewMessage' cannot be used for 'Extension' development

(0) ShareShare
ReportReport
Posted on by 453

I try to build an extension package but I get this error:

Mail.NewMessage("E-mail",'', '',Subject,Body,'',true);
Is there any replacement for this method for AL extensions

*This post is locked for comments

  • Verified answer
    Community Member Profile Picture
    on at
    RE: The type or method 'NewMessage' cannot be used for 'Extension' development

    Hi Mehdi,

    Try to use the CodeUnit "SMTP Mail" like:

    Var 
      varSMTPMail : Codeunit "SMTP Mail";
    
    Begin
    
      varSMTPMail.CreateMessage(PSenderName,
                                PSenderAdress,
                                PRecipients,
                                PSubject,
                                PBody,
                                PTemplate.HTML);
      
      varSMTPMail.Send();
    
    end;

    .

    Please verify my answer if you find my answer helpful. Doing so you'll show other community members that there was found a solution and you credit my help.

    .

    Best Regards,

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Leaderboard > Microsoft Dynamics NAV (Archived)

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2

#1
mmv Profile Picture

mmv 2

#1
Amol Salvi Profile Picture

Amol Salvi 2

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans