IBlogExtensibility.GetRecentPosts Method
Returns the list of the user's last fifteen blog posts that Microsoft Office Word then displays in the Open Existing Post dialog. This method does not actually return the blog post contents.
Syntax
expression.GetRecentPosts(Account, ParentWindow, Document, userName, Password, PostTitles(), PostDates(), PostIDs())
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. |
| ParentWindow | Required | Long | Contains the HWND for the window Office Word is calling from. |
| Document | Required | Object | The current document. |
| 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. |
| PostTitles() | Required | String | Contains the titles of the last fifteen posts. |
| PostDates() | Required | String | Contains the dates of the last fifteen posts. |
| PostIDs() | Required | String | Contains the IDs of the last fifteen posts. |