If you want to store an item in a non-default folder, create it in that
folder with the MAPIFolder.Items.Add method instead of
Application.CreateObject. To get a non-default folder, you need to walk the
folder hierarchy using the Folders collections or use a function that does
that for you. See http://www.slipstick.com/dev/code/getfolder.htm
FYI, there is a newsgroup specifically for general Outlook programming
issues "down the hall" at microsoft.public.outlook.program_vba

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi,
> Are there any developers out there which know how to
[quoted text clipped - 31 lines]
>
> Leyland