PersonalInformationSet Property

       

Sets or returns a PbPersonalInfoSet constant indicating the current identity set. Read/write.

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.

Example

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

Application.ActiveDocument.PersonalInformationSet = pbPersonalInfoHome