Deletes a view from the specified folder.
#Include <OutlookEX_GUI.au3>
_OL_ViewDelete($oOL, $vView[, $vFolder = Default] )
Parameters
$oOL | Outlook object returned by a preceding call to _OL_Open() |
$vView | Index, name or object of the view to be deleted |
$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 |
Return Value
Success: 1
Remarks
None.
Related