IXFeedFolderEvents::FolderMovedFrom Method
Occurs when a folder or subfolder is moved from this folder.
Syntax
HRESULT FolderMovedFrom( LPCWSTR pszPath, LPCWSTR pszOldPath );
Parameters
- pszPath
- [in] String that specifies the new path to the folder that was moved.
- pszOldPath
- [in] String that specifies the previous path to the folder.
Return Value
Returns S_OK if successful, or E_NOTIMPL.
Community Additions
ADD
Show: