Launch Windows Live Writer with a new Blog This post for the specified link. URLs passed to this method should be fully qualified (including the protocol).
HRESULT BlogThisLink([in] BSTR title, [in] BSTR url, [in] BSTR comment);
|
Parameter
|
Description
|
| title | Post title. |
| url | Link to blog about. |
| comment | Comment about the link (optional). |
S_OK on success, otherwise an error HRESULT.
Reference
WindowsLiveWriterApplication COM Class