MailFormat
Enum
Represents the format of the email to be encoded by a QR code.
Definition
Namespace:Telerik.Barcode
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum MailFormat
Fields
MAILTO format.
C#
MAILTO = 0
MATMSG format.
C#
MATMSG = 1
SMTP format.
C#
SMTP = 2