S
Sue Mosher [MVP]
To create an item in a non-default folder, use the Add method on the target folder's Items collection:
Set objTask = MyNewFolder.Items.Add
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
Set objTask = MyNewFolder.Items.Add
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers