DefaultLabelName Property Example
This example returns the name of the current default mailing label.
Msgbox Application.MailingLabel.DefaultLabelName
This example sets the Avery Standard, 5160 Address label as the default mailing label.
Application.MailingLabel.DefaultLabelName = "5160"