Envelope.DefaultPrintBarCode Property
Word Developer Reference |
True if a POSTNET bar code is added to envelopes by default. Read/write Boolean. For U.S. mail only.
Note |
---|
Some of the content in this topic may not be applicable to some languages. |
Syntax
expression.DefaultPrintBarCode
expression A variable that represents an Envelope object.
Remarks
This property must be set to True before the DefaultPrintFIMA property is set.
Example
This example sets the default envelope settings to include a bar code and a Facing Identification Mark (FIM-A).
Visual Basic for Applications |
---|
|
This example displays the bar code status in a message box.
Visual Basic for Applications |
---|
|
See Also