<div class="content" name="FolderActions" uuid="c0a98e16-08b8-4f90-a219-b1e9ac9f30e9"><p>The FolderActions (Get) method retrieves the FolderAction
property, as specified in the property table in section <a href="16c70f7d-0f0e-4ae6-9785-be0032013c9f" data-linktype="relative-path">3.2.4.2</a>. </p><dl>
<dd>
<div><pre> [propget] HRESULT FolderActions(
   [out, retval] IFolderActionCollection** Actions
 );
</pre></div>
</dd></dl><p><b>Actions: </b>Receives a pointer to a folder action
collection object.</p><p><b>Return Values: </b>This method MUST return an
HRESULT with the severity bit clear on success as specified in <a href="../ms-erref/1bc92ddf-b79e-413c-bbaa-99a5281a6c90" data-linktype="relative-path">[MS-ERREF]</a>;
otherwise, it MUST return one of the errors as defined in <a href="590752a5-ddc3-49e4-9914-147a90bd0193" data-linktype="relative-path">2.2.1</a> or one of the errors
as defined in [MS-ERREF] section <a href="../ms-erref/0642cb2f-2075-4469-918c-4441e69c548a" data-linktype="relative-path">2.1</a>.</p></div>