Returns information about navigation folders in a group or all groups of a navigation module
#Include <OutlookEX_GUI.au3>
_OL_NavigationFolderGet($oOL, [$iModuleType = $olModuleMail[, $sGroup = ""]])
Parameters
$oOL | Outlook object returned by a preceding call to _OL_Open() |
$iModuleType | [optional] Type of the navigation module. Can be any of the OlNavigationModuleType enumeration (default = $olModuleMail) |
$sGroup | [optional] Name of the navigation group to process (default = "" = process all groups in the navigation module) |
Return Value
Success: two-dimensional one based array with the following information:
Remarks
This function only works for Outlook 2007 and later.
Related
_OL_NavigationFolderAdd, _OL_NavigationFolderRemove