IFeedFolderEvents::FolderDeleted Method

Occurs when a folder or subfolder is removed.

Syntax

HRESULT FolderDeleted(
    const BSTR path
);

Parameters

  • path
    [in] BSTR that specifies the full path to the folder that was deleted.

Return Value

Returns S_OK if successful, or E_NOTIMPL.