Hi Sue, Thanks for your reply. I already figured this part out, however, I
would like to be able to set a default task, calendar and journal folder for
every public contact folder. That way the user doesn't have to go through
this...
Maybe I can script this behavior and set it in a custom form that I can
associate with a public folder?
Use File | Move to Folder instead of Save and Close to designate where those
items should be saved.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
Yes, you can create a custom form that "knows" where to save itself; see http://www.outlook.com/d/forms/saveinfolder.htm. But if you went that route you'd need at least 4 custom forms -- contact, appointment, task and journal. Another approach would be to provide buttons on the contact form surface to create new items in the desired folders using the MAPIFolder.Items.Add method on each target folder.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi Sue, Thanks for your reply. I already figured this part out, however, I
> would like to be able to set a default task, calendar and journal folder for
[quoted text clipped - 29 lines]
>>> |
>>> | Thanks in advance for your reply.
jereviscious - 28 Aug 2006 17:41 GMT
Hi Sue, Thanks again for the Reply. The link you provided doesn't appear to
be active. I think you've got exactly what I need there with the code
snippets...
Yes, you can create a custom form that "knows" where to save itself; see
http://www.outlook.com/d/forms/saveinfolder.htm. But if you went that route
you'd need at least 4 custom forms -- contact, appointment, task and
journal. Another approach would be to provide buttons on the contact form
surface to create new items in the desired folders using the
MAPIFolder.Items.Add method on each target folder.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hi Sue, Thanks for your reply. I already figured this part out, however, I
> would like to be able to set a default task, calendar and journal folder
[quoted text clipped - 34 lines]
>>> |
>>> | Thanks in advance for your reply.
jereviscious - 28 Aug 2006 17:47 GMT
I found it...
http://www.outlookcode.com/d/forms/saveinfolder.htm
> Hi Sue, Thanks again for the Reply. The link you provided doesn't appear
> to be active. I think you've got exactly what I need there with the code
[quoted text clipped - 46 lines]
>>>> |
>>>> | Thanks in advance for your reply.