IXFeed::DownloadEnclosuresAutomatically Method

Returns a value that indicates whether enclosures are downloaded automatically.

Syntax

HRESULT DownloadEnclosuresAutomatically(
    BOOL *pbDownloadEnclosuresAutomatically
);

Parameters

  • pbDownloadEnclosuresAutomatically
    [out] Pointer to a BOOL that is set to TRUE if enclosures are downloaded automatically, or FALSE otherwise.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

After setting this property to TRUE, enclosures are downloaded for new feed items only. Setting this property does cause downloads for existing items.

See Also

IXFeed::SetDownloadEnclosuresAutomatically