Envelope.DefaultPrintFIMA Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if a Facing Identification Mark (FIM-A) is added to envelopes by default.
public:
property bool DefaultPrintFIMA { bool get(); void set(bool value); };
public bool DefaultPrintFIMA { get; set; }
member this.DefaultPrintFIMA : bool with get, set
Public Property DefaultPrintFIMA As Boolean
Property Value
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.