Returns the object of the current view or a list of all views for the specified folder.
#Include <OutlookEX_GUI.au3>
_OL_ViewGet($oOL, $vFolder[, $iFlag = 0])
Parameters
$oOL | Outlook object returned by a preceding call to _OL_Open() |
$vFolder | Folder object as returned by _OL_FolderAccess or full name of folder |
$iFlag | [optional] One of the following flags: 0 - Return all views for the current folder in a 2D-array (default) 1 - Return the object of the current view for the specified folder |
Return Value
Success: When $iFlag = 0: One based two-dimensional array with the following properties:
Remarks
None.
Related