Share via


PersonalInformationSet Property [Publisher 2003 VBA Language Reference]

PbPersonalInfoSet

PbPersonalInfoSet can be one of these PbPersonalInfoSet constants.
pbPersonalInfoHome
pbPersonalInfoOtherOrganization
pbPersonalInfoPrimaryBusiness
pbPersonalInfoSecondaryBusiness

expression.PersonalInformationSet

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

Remarks

Setting this property will change all the identity information in the publication.

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

Example

The following statement sets the current publication's identity information to home information.

Application.ActiveDocument.PersonalInformationSet = pbPersonalInfoHome

Applies to | Document Object