Click or drag to resize

Email Class

Generates an email payload which, when scanned by a QR-Code application, can send an email.
Inheritance Hierarchy
SystemObject
  Opait.Barcoder.QRCodeEmail

Namespace:  Opait.Barcoder.QRCode
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public class Email

The Email type exposes the following members.

Constructors
  NameDescription
Public methodEmail
Creates a new instance of the Email class.
Public methodEmail(String, String, String, EmailEncoding)
Creates a new instance of the Email class.
Top
Properties
  NameDescription
Public propertyEncoding
The encoding of the mail message.
Public propertyMessage
The body of the email message.
Public propertyRecipient
The recipients of the email message.
Public propertySubject
The subject of the email.
Top
Methods
See Also