IXFeedEnclosure::DownloadMimeType Method
Retrieves the final MIME type for the downloaded enclosure.
Syntax
HRESULT DownloadMimeType( LPWSTR *ppszMimeType );
Parameters
- ppszMimeType
[out] Pointer to a string that receives the MIME type.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also