Examples: EditProfile method
This example opens an "Interest Profile" profile document for the current user. If none exists, it creates a profile document.
Dim workspace As New NotesUIWorkspace
Dim session As New NotesSession
Call workspace.EditProfile _
("Interest Profile", session.UserName)