Launch Windows Live Writer with a new Blog This post for the specified feed item. URLs passed to this method should be fully qualified (including the protocol).
HRESULT BlogThisFeedItem([in] BSTR feedName, [in] BSTR itemTitle, [in] BSTR itemUrl, [in] BSTR itemContents, [in] BSTR feedHomepage, [in] BSTR author, [in] BSTR authorEmail, [in] BSTR publishDate);
feedName
Name of feed from which the feed item originated (required).
itemTitle
Feed item title (required, will be used as the default post-title).
itemUrl
Feed item url (required).
itemContents
Feed item contents (required).
feedHomepage
Homepage for feed from which the feed item originated (optional).
author
Author of feed item (optional).
authorEmail
String. Author’s e-mail address (optional).
publishDate
String. Publish date of feed item (optional). The date will be formatted exactly as it is passed in this parameter (no parsing or other interpretation of the date will occur).
S_OK on success, otherwise an error HRESULT.