Hi:
I need to modify the mail template 8.5 to remove:
Option on Tools/Quota information
and
The Quota Meter on the inbox.
Where can i find these items on Mail Template?
Thank you.
Daniel
Hi:
I need to modify the mail template 8.5 to remove:
Option on Tools/Quota information
and
The Quota Meter on the inbox.
Where can i find these items on Mail Template?
Thank you.
Daniel
Subject: just remove the quota
if you have no quota assigned to the mailbox the meter and menu options will not appear.
Subject: Modify Mail Tamplate 8.5
Hi Paul:
But i have quota assigned to all my mailbox, that’s why i need to modify the mail template, any ideas?
Thank you
Daniel
Subject: quota
curious, if you have quotas then why would you want to remove the quota gauge?
Subject: Modify Mail Template
I don’t need my users have access to it.
Any ideas where is it in the mail template to remove it?
Thank you
Daniel
Subject: Composite App
It’s not part of the traditional template per say, but its in there as part of the composite app. If you look at the mail template in designer you should see a composite app listed. It should be called NotesMailApps.xml, there might be two of them. I’d edit in both just to make sure. But open the app in designer, should look like XML, search for quota. You should find something like…
<base:value value="true" readOnly="false" required="false" xsi:type="base:String"/>
I would change the true to false, that should prevent it from showing. Good luck.
Subject: Composite App part 2
This does work, just tested it out, you do have to close out of your client completely for it to remove the quota bar.