Envelope.DefaultPrintFIMA property (Word)

True to add a Facing Identification Mark (FIM-A) to envelopes by default. Read/write Boolean.

Syntax

expression. DefaultPrintFIMA

expression A variable that represents a 'Envelope' object.

Remarks

This property applies to U.S. mail only. A FIM-A code is used to presort courtesy reply mail.

Example

This example sets the default envelope settings to include a Facing Identification Mark (FIM-A).

With ActiveDocument.Envelope 
 .DefaultPrintFIMA = True 
End With

See also

Envelope Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.