> Change how the addin performs. You have no access to that panel.
>
[quoted text clipped - 36 lines]
> > Thank you in advance!
> > Chris
With Redemption you get an RDOFolder object for a specific folder. That
object has both an Items and HiddenItems collection. Just access the
HiddenItems collection and use the Add method to add items to that.
As long as you don't exceed the overall limit on the number of items in a
folder (depends on your PST or Exchange store) you're OK. If the limit is
say 65534 items that's how many you can have in total. Just make sure to
delete each hidden item after backing it up so you don't build up a vast
collection of hidden items.
The nice thing about hidden items is that since the user can't see them they
can't screw them up.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> On Feb 13, 5:24 pm, "Ken Slovak - [MVP - Outlook]"
> <kenslo...@mvps.org> wrote:
[quoted text clipped - 7 lines]
>> access
>> hidden items that way.
Chris - 16 Feb 2007 18:42 GMT
On Feb 14, 9:47 am, "Ken Slovak - [MVP - Outlook]"
<kenslo...@mvps.org> wrote:
> With Redemption you get an RDOFolder object for a specific folder. That
> object has both an Items and HiddenItems collection. Just access the
[quoted text clipped - 26 lines]
> >> access
> >> hidden items that way.
Thanks Ken !
Yes indeed the RDOFolder object seems a good solution but...
I have been looking at the object and it seems you can only hide items
and not folders no ? What I am trying to prevent is the display of
backed up contact folders in the My Contact view. Just the creation of
an empty "Contacts Items" folder causes it's display in the My
Contacts view. Is there a way of hiding a folder and it's sub
folders ??
*** Note: I could have some double posts in this group since every
post I do does not seem to be accepted right now !!! ***
Chris
Ken Slovak - [MVP - Outlook] - 16 Feb 2007 20:20 GMT
I don't think you can create a hidden folder like you want, at least in my
tests I've never been able to. I can only create new search folders under
Finder and new visible folders under IPM_SUBTREE.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
<snip>
> Thanks Ken !
>
[quoted text clipped - 10 lines]
> post I do does not seem to be accepted right now !!! ***
> Chris
Chris - 19 Feb 2007 15:04 GMT
On Feb 16, 3:20 pm, "Ken Slovak - [MVP - Outlook]"
<kenslo...@mvps.org> wrote:
> I don't think you can create a hidden folder like you want, at least in my
> tests I've never been able to. I can only create new search folders under
[quoted text clipped - 22 lines]
> > post I do does not seem to be accepted right now !!! ***
> > Chris
Dow I was hoping for another answer than that one. I guess it's back
to the drawing board then :(
Thanks for your time and wisdom !
Chris