autre courrier

Publié:
16 Juil 2013 à 10:56
par yellow174
Bonjour,
Il n'est apparemment pas possible d'ajouter plus de 7 messageries dans "autre courrier".
Existe t il une variable à mettre dans le notes.ini ou autre pour modifier ce paramètre.
environnement : lotus 8.5.3 FP3 / Domino 8.5.3 FP1
Re: autre courrier

Publié:
30 Juil 2013 à 09:28
par Jérôme Deniau
Oui modifier avec Designer
Doc IBM #1148397
1. Open the mail template in Domino Designer.
2. Open the Switcher Form for Mail.
3. Select View > Action Pane from the menu to expand the Actions.
4. Expand the Mail action.
5. Highlight "Other User 7" and copy/paste it as an additional action.
6. Highlight this new second "Other User 7" and open the Actions properties box (InfoBox).
7. Change "Other User 7" to "Other User 8" in the Action Name.
8. Expand the Label formula and change:
tmpManageCalendarFor[7]
to:
tmpManageCalendarFor[8].
9. Click the Action properties box Hide tab.
10. Expand the Hide Action formula by clicking Formula Window button and change:
@Elements(tmpManageCalendarFor) <= 6
to:
@Elements(tmpManageCalendarFor) <= 7.
11. Close the Action properties box.
12. Modify the Click event of the "Other User 8" action by replacing:
tmpName := tmpManageCalendarFor[7];
with:
tmpName := tmpManageCalendarFor[8];
13. If desired, repeat steps 5 - 12 to add shortcuts for additional people being sure to increment the label number and array variable to correspond to the user number.
14. Save and close the form.