Hi every one,
I use the following code to create new outlook subfolder in “Inbox” and receiving the following exception:
System.Runtime.InteropServices.COMException: Cannot create the folder.
Code:
ofolders(“Inbox”).Folders.Add(“afs”,Type.Missing)
Any solution?