Possible to pull fax no from Address Book to Email's "To:" fields instead of user's name/emal address?

I intend to include the ability to drop in fax number to the “To:” recipient field instead of the norm email address.

I am new to Lotus Domino development and would like to find out is it possible to do that?

If that is not possible is there anyway I can pull the fax number from the user’s address book and drop-in to the field or create a custom form and work from there.

Any help is much appreciated. TIA

Subject: Possible to pull fax no from Address Book to Email’s “To:” fields instead of user’s name/emal address?

Yes, you can.any data in the address book can be pulled-out.

use the @dblookup function, pick any hidden views in the names.nsf for your reference lookup.

You could use the username as your search key.

Subject: RE: Possible to pull fax no from Address Book to Email’s “To:” fields instead of user’s name/emal address?

thanks for your reply.

my concern now is how to put the value back to the field in the new mail form.

i couldnt figure out from the lotusscript class.