Im trying to create a folder in outlook but the same level as inbox, is possible? somebody can give me some directions
here is the code implaying
Dim myNameSpace As Microsoft.Office.Interop.Outlook.NameSpace
Dim myFolder As Microsoft.Office.Interop.Outlook.Folder
Dim myNewFolder As Microsoft.Office.Interop.Outlook.Folder
Dim objApp As Microsoft.Office.Interop.Outlook.Application 'Outlook Application
objApp = New Microsoft.Office.Interop.Outlook.Application 'Create Outlook Instance
myNameSpace = objApp.GetNamespace("MAPI") 'Get Appropriate Outlook Namespace