IXFeed::SetDownloadEnclosuresAutomatically Method
Enables or disables the automatic downloading of enclosures.
Syntax
HRESULT SetDownloadEnclosuresAutomatically( BOOL bDownloadEnclosuresAutomatically );
Parameters
- bDownloadEnclosuresAutomatically
[in] BOOL that specifies TRUE if enclosures should be downloaded automatically, or FALSE otherwise.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also