Dps Property (Mailmark4StateValueItem)
Gets or sets the Destination Post Code plus Delivery VintasoftPointI Suffix (DPS).
'Declaration
<DescriptionAttribute("The Destination Post Code plus Delivery VintasoftPointI Suffix (DPS)")>
Public Property Dps As String
[Description("The Destination Post Code plus Delivery VintasoftPointI Suffix (DPS)")]
public string Dps { get; set; }
[Description("The Destination Post Code plus Delivery VintasoftPointI Suffix (DPS)")]
public: __property string* get_Dps();
public: __property void set_Dps(
string*
);
[Description("The Destination Post Code plus Delivery VintasoftPointI Suffix (DPS)")]
public:
property string^ Dps {
string^ get();
void set(string^ );
}
Property Value
The PC and DP must comply with a valid PAF format (see Royal Mail MailmarkĀ® barcode definition document, Appendix A).
Contains the Postcode of the Delivery Address with DPS.
If inland the Postcode/DP contains the following number of characters:
- Area (1 or 2 characters)
- District (1 or 2 characters)
- Sector (1 character)
- Unit (2 characters)
- DPS (2 characters)
If no destination post code information is available this field shall be filled with 9 space characters.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5