Holds the information needed for a email QR code to be validated and generated.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class MailQRCodeValueStringBuilder : QRCodeValueStringBuilderBase, IQRCodeValueStringBuilder
Inheritance: objectQRCodeValueStringBuilderBaseMailQRCodeValueStringBuilder
Implements:
Constructors
Initializes a new instance of the MailQRCodeValueStringBuilder class.
C#
public MailQRCodeValueStringBuilder(string receiver, string subject = null, string body = null, MailFormat format = MailFormat.MAILTO)
Receiver's email address.
subjectstringThe subject of the email.
bodystringThe body of the email.
formatMailFormatThe format in which the data will be represented by the QR code.
Methods
Builds the string value that will be used for encoding in a barcode.
Validates and returns all errors as a new line delimited string.