VintaSoft Barcode .NET SDK 16.0: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also