VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / IntelligentMailInfo Class / ServiceTypeID Property
Syntax Requirements SeeAlso
In This Topic
    ServiceTypeID Property (IntelligentMailInfo)
    In This Topic
    The Service Type Identifier shall be assigned by USPS for any combination of services requested on the mailpiece.
    Syntax
    'Declaration
    
    Public ReadOnly Property ServiceTypeID As String
    
    
    public string ServiceTypeID { get; }
    
    
    public: __property string* get_ServiceTypeID();
    
    
    
    public:
    property string^ ServiceTypeID { string^ get(); }

    Property Value

    The allowable encoding range shall be 000-999. Each 3-digit value shall correspond to a particular mail class with a particular combination of service(s). Each service program, such as OneCode Confirm and OneCode ACS, shall provide the list of Service Type Identifier values.
    Requirements

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

    See Also