Deleting a Folder : Outlook NameSpace « Outlook « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Outlook
- Outlook NameSpace
Deleting a Folder
Sub delete()
Application.GetNamespace("MAPI").GetDefaultFolder(olFolderTasks) _
.Folders("Personal Tasks").Delete
End Sub
Related examples in the same category