Click or drag to resize

Email Constructor (String, String, String, EmailEncoding)

Creates a new instance of the Email class.

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public Email(
	string recipient,
	string subject,
	string message,
	EmailEncoding encoding = EmailEncoding.MAILTO
)

Parameters

recipient
Type: SystemString
Receiver's email address
subject
Type: SystemString
Subject line of the email
message
Type: SystemString
Message content of the email
encoding (Optional)
Type: Opait.Barcoder.QRCodeEmailEncoding
Email encoding type. Choose dependent on your QR Code scanner app.
See Also