ValueComposerComposeEmail Method ByteScout QR Code SDK
Creates value that's correctly handled by barcode readers as e-mail message.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.2.1237-master
Syntax

public static string ComposeEmail(
	string emailAddress,
	string messageSubject,
	string messageBody
)

Parameters

emailAddress
Type: SystemString
E-mail address.
messageSubject
Type: SystemString
Message subject.
messageBody
Type: SystemString
Message body.

Return Value

Type: String
String that contains composed e-mail message.
See Also

Reference