IBlogExtensibility.Open Method
Opens the blog specified by the blog ID. It is called by the Open Existing Post dialog based on the item selected by the user.
Syntax
expression.Open(Account, PostID, ParentWindow, userName, Password, xHTML, Title, DatePosted, Categories())
expression An expression that returns a IBlogExtensibility object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| Account | Required | String | Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account. |
| PostID | Required | String | The ID of the post. |
| ParentWindow | Required | Long | Contains the HWND for the window Microsoft Office Word is calling from. |
| userName | Required | String | Represents the username stored in the registry account settings. |
| Password | Required | String | Represents user's password stored in the registry account settings. |
| xHTML | Required | String | Represents the xHTML of the current document. |
| Title | Required | String | The title of the post. |
| DatePosted | Required | String | The date the entry was posted. |
| Categories() | Required | String | A list of categories supported by the provider. |