how to create new folder MS OUtlook 2003 using in vb.net

S

Sue Mosher [MVP-Outlook]

Use the MAPIFolder.Folders.Add method to create a new folder. View
information is in the View.XML property.
 
Top