• what is mailtoolsstringtable?

    By HongWoo Jin 2 decades ago

    Hi, I'm hwjin as a notesadmin amkor korea, inc



    and i'm planning to make the agent for archiving some mail documents.

    so when i analyze the code of "archive selected documents"

    what is mailtoolsstringtable? it may not declare in Lotus notes? really?



    If you know in specific mailtoolsstringtable, could you notify me?

    • Hi

      By Stephane Eursels 2 decades ago

      Hi,



      Thank you for using (e)help.



      The (e)help application doesn't contain an agent name's "archive selected documents" ???



      The agent for archived documents call function eArchived form ecommon library and this function doesn't contain any reference of mailtoolsstringtable ??? where did you found it ?

    • By Stephane Eursels 2 decades ago

      Hi,



      I have read the agent you secify in the mail template from IBM Lotus Notes.



      mailtoolsstringtable is not a function but a class defined in the library Common of the same template.



      This class is used to return the some text used by the application.



      It's a solution to separate text from the code, you can used it as example if you want to publish a database in some differents languages. So you have only to change the library witch contain of same class to change the text in all of your application.



      Or use the solution proposed by (e)notes core ;-)



      Have a nice day.