IBlogExtensibility.SetupBlogAccount Method (Office)

Called from the Choose Account dialog when the provider’s name is chosen in the Blog Host dropdown or when the user requests to change a provider’s account in the Blog Accounts dialog box.

Syntax

expression .SetupBlogAccount(Account, ParentWindow, Document, NewAccount, ShowPictureUI)

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 Microsoft Word is calling from.

Document

Required

Object

The current document.

NewAccount

Required

Boolean

Indicates whether this is a new account.

ShowPictureUI

Required

Boolean

Indicates whether Microsoft Word’s picture user interface needs to be displayed.

See Also

Concepts

IBlogExtensibility Object

IBlogExtensibility Object Members