UpdatePersonalInfoOnSave Property

Microsoft Publisher Visual Basic

expression.UpdatePersonalInfoOnSave

expression    Required. An expression that returns one of the objects in the Applies To list.

Remarks

Caution  Use this property with caution. Sensitive or confidental information could be revealed to other users.

Use the RemovePersonalInformation property to remove personal information from a publication when it is saved.

Example

The following example sets Publisher to update personal information in all publications when they are saved.

Options.UpdatePersonalInfoOnSave = True