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.
Setting this property will change all the identity information in the publication.
The following statement sets the current publication's identity information to home information.
Application.ActiveDocument.PersonalInformationSet = pbPersonalInfoHome