VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / IntelligentMailInfo Class / MailerID Property
Syntax Requirements SeeAlso
In This Topic
    MailerID Property (IntelligentMailInfo)
    In This Topic
    The Mailer or Customer Identifier shall be assigned by USPS as a unique, 6 or 9 digit number that identifies a business entity.
    Syntax
    'Declaration
    
    Public ReadOnly Property MailerID As String
    
    
    public string MailerID { get; }
    
    
    public: __property string* get_MailerID();
    
    
    
    public:
    property string^ MailerID { string^ get(); }

    Property Value

    The allowable encoding range for the 6 digit Mailer ID shall be 000000-899999, while the allowable encoding range for the 9 digit Mailer ID shall be 900000000-999999999.
    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