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:
You could send a view link in the mail
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.