MailingLabel.DefaultLabelName Property

Definition

Returns or sets the name for the default mailing label.

public:
 property System::String ^ DefaultLabelName { System::String ^ get(); void set(System::String ^ value); };
public string DefaultLabelName { get; set; }
member this.DefaultLabelName : string with get, set
Public Property DefaultLabelName As String

Property Value

Remarks

To find the string for the specified built-in label, select the label in the Label Options dialog box (Tools menu, Envelopes and Labels dialog box, Labels tab, Options button). Then click Details and look at the Label name box, which contains the correct string to use for this property. To set a custom label as the default mailing label, use the label name that appears in the Details dialog box, or use the Name property with a CustomLabel object.

Creating a new label document from a CustomLabel object automatically sets the DefaultLabelName property to the name of the CustomLabel object.

Applies to