Display all documents of a view in a listbox

Hi,

Is there a way to display all the documents in a view (not categorized), in a listbox. I need to send a mail to a user where the memo will contain a listbox that contains all the documents under a view. Can anyone please tell me which method to start with…NotesView class , viewentrycollection, documentcollection…

Subject: Display all documents of a view in a listbox

Do you want the user to be able to select a document from a list of all documents or just show a list of all the documents to the user in the mail that you send?

If you just want to send a list of all documents in the view then there are a couple of ways of going about it:

  1. You could send a view link in the mail

  2. You could embed the view in a form and send the form but for this you will have to send your form along with your mail - i.e. you will not be using the default Memo form.

Subject: Display all documents of a view in a listbox

Kay,

You need to investigate the PickListCollection method of the Notesuiworkspace class

Mike

Subject: Display all documents of a view in a listbox

You should be a little more clear about what you want the recipient to be able to do with this email.