IFeedEnclosure::DownloadMimeType Property
Retrieves the final MIME type for the downloaded enclosure.
Syntax
HRESULT IFeedEnclosure::get_DownloadMimeType(BSTR *mimeType);
Parameters
- mimeType
Pointer to a variable of type BSTR that receives the MIME type.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also