I have a form with 3 email addresses in 3 fields. When I display the form in a view I want to use an action button on the view with the form highlighted to create an email giving me a dialog box to choose which of the 3 addresses I use
Thanks
I have a form with 3 email addresses in 3 fields. When I display the form in a view I want to use an action button on the view with the form highlighted to create an email giving me a dialog box to choose which of the 3 addresses I use
Thanks
Subject: Multiple email addresses
Have a look at the Prompt method of the NotesUIWorkspace class. This should give you what you need.
Subject: Multiple email addresses
Thanks - yes just needed a nudge to remind me. Many thanks