Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EnumQmFolder to emumerate everything.
#1
I wonder whether it is possible to use to use
Quote:EnumQmFolder sFolder 1 &MF_List &d
to enumerate everything. What is the value of sFolder in this case? No problem when used for a particular folder. Any advice is welcome.
#2
OK, I found an easy way to do it.

Function tempf1
Code:
Copy      Help
str sFolder
QMITEM q
type __MF_DATA_SES str*sp str'st str'slt level flags htv ARRAY(int)qid int'iSubF int'FolOnly
__MF_DATA_SES d

sFolder=""
d.iSubF=1
d.FolOnly=1
EnumQmFolder sFolder 1 &MF_List &d
int k=d.qid.len
out k


Forum Jump:


Users browsing this thread: 1 Guest(s)