VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / MailmarkCmdmValueItem Class / InformationTypeId Property
Syntax Requirements SeeAlso
In This Topic
    InformationTypeId Property (MailmarkCmdmValueItem)
    In This Topic
    Gets or sets the Royal Mail Mailmark barcode payload for each product type.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The Royal Mail Mailmark barcode payload for each product type.")>
    Public Property InformationTypeId As String
    
    
    [Description("The Royal Mail Mailmark barcode payload for each product type.")]
    public string InformationTypeId { get; set; }
    
    
    [Description("The Royal Mail Mailmark barcode payload for each product type.")]
    public: __property string* get_InformationTypeId();
    public: __property void set_InformationTypeId(
    string* value
    );
    [Description("The Royal Mail Mailmark barcode payload for each product type.")]
    public:
    property string^ InformationTypeId { string^ get(); void set(string^ value); }

    Property Value

    • "0" - Domestic Sorted And Unsorted
    • "1" - International Sorted And Unsorted (for potential future use)
    • "2" - Response Services (for potential future use)
    • "A" - Online Postage
    • "B" - Franking
    • "C" - Consolidation
    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