Insert a folder in a form like a embedded element

hello,

i like to insert a folder ($inbox) in a form. i try whit a embedded element but there is not option folder.

can anybody help me?

sorry for my bad english

Subject: insert a folder in a form like a embedded element

As far as Notes is concerned, folders and views are the same thing. In LotusScript you access folders using NotesDatabase.GetView, and when embedding a folder in a form, you actually choose to create an embedded view - your folders will all show up in the list of choices in the programmers pane.