How to create subfolders in outlook?

include this on ur imported namespace

set an interlop folder variable

then just use the .Add or .addfolder function
sample:

oFolders(“ur root folder”).Folders.Add(“ur subfolder”,Type.Missing)

3 Likes