HI Pradip,
Instead of going for C APIs i will suggest to use Windows API to read ini files.
Since notes.ini is having information about the default template in a key
DefaultMailTemplate=mail7.ntf
So better if you read the ini and get the template name.
Last Wiki Answer Submitted: July 30, 2009 5:24 am by Paia70 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
LotusScript offers the templatename property in a NotesDatabase object, so the API offers it as well. Not sure how or where off the top of my head, but that is the areas I would be looking in.
LotusScript offers the templatename property in a NotesDatabase object, so the API offers it as well. Not sure how or where off the top of my head, but that is the areas I would be looking in.
Mike K