Class MailQRCodeValueStringBuilder
Holds the information needed for a email QR code to be validated and generated.
Namespace: Telerik.Barcode
Assembly: Telerik.Reporting.dll
Syntax
public class MailQRCodeValueStringBuilder : QRCodeValueStringBuilderBase, IQRCodeValueStringBuilder
Constructors
MailQRCodeValueStringBuilder(String, String, String, MailFormat)
Initializes a new instance of the MailQRCodeValueStringBuilder class.
Declaration
public MailQRCodeValueStringBuilder(string receiver, string subject = null, string body = null, MailFormat format = MailFormat.MAILTO)
Parameters
System.String
receiver
Receiver's email address. |
System.String
subject
The subject of the email. |
System.String
body
The body of the email. |
MailFormat
format
The format in which the data will be represented by the QR code. |
Methods
BuildValue()
Builds the string value that will be used for encoding in a barcode.
Declaration
public override string BuildValue()
Returns
System.String
|
Overrides
Validate()
Validates and returns all errors as a new line delimited string.
Declaration
public override string Validate()
Returns
System.String
|