 | Email Constructor (String, String, String, EmailEncoding) |
Creates a new instance of the
Email class.
Namespace:
Opait.Barcode.QRCode
Assembly:
Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntaxpublic 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.Barcode.QRCodeEmailEncoding
Email encoding type. Choose dependent on your QR Code scanner app.
See Also