New to Telerik ReportingStart a free 30-day trial

Holds the information needed for a email QR code to be validated and generated.

Definition

Namespace:Telerik.Barcode

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class MailQRCodeValueStringBuilder : QRCodeValueStringBuilderBase, IQRCodeValueStringBuilder

Inheritance: objectQRCodeValueStringBuilderBaseMailQRCodeValueStringBuilder

Implements: IQRCodeValueStringBuilder

Constructors

Initializes a new instance of the MailQRCodeValueStringBuilder class.

C#
public MailQRCodeValueStringBuilder(string receiver, string subject = null, string body = null, MailFormat format = MailFormat.MAILTO)
Parameters:receiverstring

Receiver's email address.

subjectstring

The subject of the email.

bodystring

The body of the email.

formatMailFormat

The 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.

C#
public override string BuildValue()
Returns:

string

Overrides: QRCodeValueStringBuilderBase.BuildValue()

Validates and returns all errors as a new line delimited string.

C#
public override string Validate()
Returns:

string

Overrides: QRCodeValueStringBuilderBase.Validate()