Returns all properties of a view.
#Include <OutlookEX_GUI.au3>
_OL_ViewPropertyGet($oOL, $vView[, $vFolder])
Parameters
$oOL | Outlook object returned by a preceding call to _OL_Open() |
$vView | Index, name or object of the view to be queried |
$vFolder | [optional] Folder object as returned by _OL_FolderAccess or full name of folder. Has to be specified when $vView is not a view object, els the parameter is ignored |
Return Value
Success: two-dimensional one based array with the following information:
Remarks
None.
Related