Thanks a lot, that was what I was looking for.
Best
Tom
<kenslovak@mvps.org> schrieb im Newsbeitrag news:O0uxCTdFKHA.4732@TK2MSFTNGP04.phx.gbl...
> OK, if this is only for Outlook 2007 or later then I'd recommend using a
> StorageItem for that. A StorageItem is what's know in MAPI circles as a
> hidden item, in the Associated Contents table for a folder. You can use a
> StorageItem in any folder and it's invisible to the user. It can only be
> accessed using code, so users can't mess around with your hidden storage.
> Using that you can store the list in the body of the hidden item as a
> newline separated list and then just split the body on newlines (carriage
> return + line feed) when you want to recover or modify the list.
> That way the list will travel with the PST file and should do what you want.
> >
>
> "escamoteur" <mail@burkharts.net> wrote in message
> news:%23Vrcf0aFKHA.3696@TK2MSFTNGP02.phx.gbl...
> > Sorry for not beeing more specific.
>
>> It's Outlook 2007 and it will be a single user plugin that should be
> > configurable by the user. I want to have everything stored in the .pst
> > file if possible.
>
>> Think of the list like the Categories of outlook items, only that this
> > categories only belong to my item type. The user should be able to add and
> > delete categories that he needs.
>
>> Best
>
>> Tom
>