VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / IntelligentMailInfo Class / RoutingZIPCode Property
Syntax Requirements SeeAlso
In This Topic
    RoutingZIPCode Property (IntelligentMailInfo)
    In This Topic
    The Delivery VintasoftPointI ZIP Code shall be assigned by the mailer for routing the mailpiece. This shall replace POSTNET for routing the mailpiece to its final delivery point.
    Syntax
    'Declaration
    
    Public ReadOnly Property RoutingZIPCode As String
    
    
    public string RoutingZIPCode { get; }
    
    
    public: __property string* get_RoutingZIPCode();
    
    
    
    public:
    property string^ RoutingZIPCode { string^ get(); }

    Property Value

    The length may be 0, 5, 9, or 11 digits. The allowable encoding ranges can be no ZIP Code, 00000-99999, 000000000-999999999 or 00000000000-99999999999.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also