IBlogExtensibility.Open method (Office)

Opens the blog specified by the blog ID. It's 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 an 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 that Microsoft Word is calling from.
userName Required String Represents the username stored in the registry account settings.
Password Required String Represents the 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.

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.