Hi All,
we are using CTRIX terminal for AX 2009 and have a requirement as follows :
1. when a user tick the check box yes in one dialog box and click ok. it should create a out look mail client which is in unsent.
for this requirement i have used SysInetMail class and out look is opening also which is unsent.
and from should address should pick from Email templates which is Basic module setup.
![]()
here from address is my default mail id is picking instead the above sender mail id and out look also appearing in plain text instead of HTML format.
![]()
![]()
in the above method used for converting email template message.
and after that in run method calling sysinetMail class.
![]()
so i have two issues here:
one is out look mail is not picking from address which is mentioned in email template.
and body part is appearing in Plain text format instead of HTML format.
so please help on this issue.