Domino 9 und frühere Versionen > ND6: Entwicklung
@Command( [MailAddress] ) sample
Toma Bogdan:
I saw the effect of the command MailAddress (Mail database->New mail->Addressand I want to implement this functionality (add/remove/remove all/up/down people) in a particulay way. Can be found a sample like this ?
PS. I saw something like this in Domino.Doc (client side) - if I don't mistake ...
Glombi:
It's really easy: Put the fields "SendTo" and/or "CopyTo" and/or "BlindCopyTo" into your form.
Andreas
Toma Bogdan:
--- Zitat von: Glombi am 16.06.04 - 21:51:56 ---It's really easy: Put the fields "SendTo" and/or "CopyTo" and/or "BlindCopyTo" into your form.
Andreas
--- Ende Zitat ---
I want to use a custom list and not a SendTo list :)
Semeaphoros:
Whats the problem? Put that list into the sendto field. addresses have to be anyway in one of those three fields sendto, copyto or blindcopyto so that the router is able to act on that message
Glombi:
Ok.
Create a field with data type "Names". On the 2nd tab of the field properties: Selection - Address dialog (or something like this).
Or: Create a editable field and a button:
@Command([EditGotoField];"Field");
@Command( [MailAddress] )
BUT: In R6 the code doesn't work! :o
Andreas
Navigation
[0] Themen-Index
[#] Nächste Seite
Zur normalen Ansicht wechseln