Folder with mixed item types

  • Thread starter Thread starter Mario
  • Start date Start date
M

Mario

I want to have a mixed set of items in a given outlook folder. For
example, I want to create a folder for a particular project that has
tasks, relevant emails and notes... maybe even calendar items? Is this
possible?
Do I really need to write some VB to do this?
 
Mario said:
I want to have a mixed set of items in a given outlook folder. For
example, I want to create a folder for a particular project that has
tasks, relevant emails and notes... maybe even calendar items? Is this
possible?

Create a folder related to the subject and then mail/note/calendar
subfolders under that to contain the related items.
 
I was hoping to avoid that both for simplicity and because I wanted to
then create subfolders to that folder and wanted to have a clear and
easy folder tree for people to use.

I guess the answer you're alluding to is "no, it's not possible to
mixed object types within a single outlook folder.", correct?
 
Mario said:
I guess the answer you're alluding to is "no, it's not possible to
mixed object types within a single outlook folder.", correct?

Correct. You can put any kind of item in any folder, but it will behave
according to the properties of the folder. So, if you put a calendar entry
in a Mail and Post folder, the calendar entry will be a plain old mail
message.
 
Oh, I see now... The items don't really have a type. They are all the
same generic object type and the folder provides the context for to
interpret them. So how does outlook know what icon to give them in the
deleted items folder and could I create a "deleted items *like*" folder?
 
Hi Brian,


Follw up to 'microsoft.public.office.developer.outlook.vba' only


Dienstag, den 29 Maerz 2005 schrieb Brian Tillman:
Correct. You can put any kind of item in any folder, but it will behave
according to the properties of the folder. So, if you put a calendar entry
in a Mail and Post folder, the calendar entry will be a plain old mail
message.


may be I misunderstand but I don't think that's right. You can publish
different item types to one folder and every item "will behave" according
to its type but ... from my point of view an item *doesn't* "behave"!
Forms are only representing a dataset stored at folders fields ... even
though many of a folders field definitions are same *AND* if you really
miss some fields you can add them.

I can't see a problem on storing different item types at one folder but I
think there will be a problem to find expressive explorer views different
from table views.
For me that's the reason why I would suggest to create like you said a
folder related to the subject and subfolders to store different item types

@Mario
what is your idea behind that question to store different item types at one
folder only. May be there is another solution ;-)



X'Posted to: microsoft.public.outlook.program_vba,microsoft.public.office.developer.outlook.vba,microsoft.public.outlook
F'up2: microsoft.public.office.developer.outlook.vba
 
Back
Top