Current Folder

  • Thread starter Thread starter Artem
  • Start date Start date
A

Artem

I published a form to multiple Public Folders. I would
like to get the name of folder this form is being launched
from. I tried using Item.Parent property. However, as long
as Item is not saved this property returns "Inbox". As
soon as I save the Item then it returns the folder I'm
looking for. My challenge is that I need the folder name
(or folder object for that matter) without saving the item.

Any idea how can I retrieve the name of current public
folder?
 
Never mind guys. I found my answer. In case anyone is
interseted, FormDescription property was able to give me
what I needed.
 
Back
Top