Launch Windows Live Writer with a new Blog This post for the specified arbitrary HTML content.
HRESULT BlogThisHtml([in] BSTR title, [in] BSTR html);
|
Parameter
|
Description
|
| title | Post title. |
| html | HTML used to populate the contents of the post. |
S_OK on success, otherwise an error HRESULT.
This method is not accessible from the default interface (IWindowsLiveWriterApplication) but rather is contained within the IWindowsLiveWriterApplication2 interface.
Reference
WindowsLiveWriterApplication COM Class