Thread

Index > Scribe > B46
Author/Date B46
ALL
05/12/2013 9:58pm
Thanks. Now it is working without vcredist_x86. Many thanks.

Some small comments (I use v2 data base type):
1)
It doesn't save order of folder after 'Sort Sub Folder' by re-open.

2)
It doesn't save size and position of winows for 'Mail Message' when open it. It opens allways in default size / positions.

Best regards
ALL
06/12/2013 2:31am
small question
mail.from.email - is displaying correct from.email
mail.to.email - doesn't display anything. How can I make correct it for display to.email
fret
08/12/2013 8:02am
The 'mail.to' field evaluates to a list of addresses. So you have to pick the first one using the array operator like this:
mail.to[0].name
fret
08/12/2013 8:32am
I've just fixed the sorting of sub-folders for the mail3 folders.
Reply