IBlogPictureExtensibility.CreatePictureAccount Method
Allows a picture provider to display the user interface needed to guide the user through setting up a picture account.
Syntax
expression.CreatePictureAccount(Account, BlogProvider, ParentWindow, Document, userName, Password)
expression An expression that returns a IBlogPictureExtensibility 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. |
| BlogProvider | Required | String | The ID of the provider. |
| ParentWindow | Required | Long | Contains the HWND for the window Microsoft 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. |