To create a new instance of a custom form programmatically, use the Add
method on the target folder's Items collection. If it's a message form, you
can use the Drafts folder as the target. If the target is a default folder,
you can use the Namespace.GetDefaultFolder method to return it as a
MAPIFolder object. Otherwise, you can use the code at
http://www.outlookcode.com/d/code/getfolder.htm to walk the folder hierarchy
and return the MAPIFolder corresponding to a given path string.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> I want to launch another outlook form using a command button, how to do
> this?
> Thanks in advance
>
> e.g. After pressing cmdTest, IPM.Note.test will be opened
Karen - 02 Aug 2004 04:07 GMT
I got it~ thanks!
> To create a new instance of a custom form programmatically, use the Add
> method on the target folder's Items collection. If it's a message form, you
[quoted text clipped - 9 lines]
> >
> > e.g. After pressing cmdTest, IPM.Note.test will be opened