Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

Increasing Font Size

(0) ShareShare
ReportReport
Posted on by

When creating an email using the SMTP Mail Code Unit I Have this function which crerates the email. How can I use this and HTML to increase the font size on the email created, if possible. 

I've not done HTML before but I had a little go as an example..


CLEAR(recEmail);

recEmail."Email No." := strEmailNo;
recEmail."Email Marker" := recEmail."Email Marker"::Line;
recEmail."Email Line" := ('<p> font-size: 4.0em;' + strLine + '</p>');
recEmail."Email Line Col 2" := strLine2;
recEmail."Email Table Start" := blnTableStart;
recEmail.INSERT(TRUE);

*This post is locked for comments

  • Verified answer
    Nareshwar Raju Vaneshwar Profile Picture
    5,596 on at
    RE: Increasing Font Size

    Hi,

    You can use something like this though.

    recEmail."Email Line" := ('<p style="font-size:160%;">' + strLine + '</p>');

    This will be the HTML references:

    <h1 style="font-size:300%;">This is a heading</h1>

    <p style="font-size:160%;">This is a paragraph.</p>

    Hope it helps.

  • Verified answer
    Suresh Kulla Profile Picture
    47,789 on at
    RE: Increasing Font Size

    Check this link you need to embed you text in the HTML Tags, there is an example or screenshot in the below blog

    www.dynamics101.com/sending-customized-emails-dynamics-nav

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