VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / IntelligentMailInfo Class / SerialNumber Property
Syntax Requirements SeeAlso
In This Topic
    SerialNumber Property (IntelligentMailInfo)
    In This Topic
    The Serial or Sequence Number shall be assigned by the mailer for uniquely identifying and tracking mailpieces.
    Syntax
    'Declaration
    
    Public ReadOnly Property SerialNumber As String
    
    
    public string SerialNumber { get; }
    
    
    public: __property string* get_SerialNumber();
    
    
    
    public:
    property string^ SerialNumber { string^ get(); }

    Property Value

    The allowable encoding range shall be 000000000-999999999 when used with a 6 digit Mailer ID and 000000-999999 when used with a 9 digit Mailer ID.
    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