Das Notes Forum
Domino 9 und frühere Versionen => ND6: Entwicklung => Thema gestartet von: Toma Bogdan am 16.06.04 - 14:54:04
-
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 ...
-
It's really easy: Put the fields "SendTo" and/or "CopyTo" and/or "BlindCopyTo" into your form.
Andreas
-
It's really easy: Put the fields "SendTo" and/or "CopyTo" and/or "BlindCopyTo" into your form.
Andreas
I want to use a custom list and not a SendTo list :)
-
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
-
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
-
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
I don't want to mail this doc so I don't need the sendto field. I need a custom list with the capabilities of the above command MailAddress) !
BUT: In R6 the code doesn't work! :o
you have right ;D
-
It's a bug >:(
Many application are using this functionality. Oh oh...
Andreas