Envelope.DefaultPrintFIMA Property
Determines if a Facing Identification Mark (FIM-A) is added to envelopes by default.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DefaultPrintFIMA As Boolean
Get
Set
'Usage
Dim instance As Envelope
Dim value As Boolean
value = instance.DefaultPrintFIMA
instance.DefaultPrintFIMA = value
bool DefaultPrintFIMA { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if a Facing Identification Mark (FIM-A) is added to envelopes by default, and False if not.
For U.S. mail only. A FIM-A code is used to presort courtesy reply mail. The DefaultPrintBarCode property must be set to True before this property is set.