Click or drag to resize

SmtpMail(String, IEnumerableString, Byte) Constructor

Creates new SmtpMail object.

Namespace: Limilabs.Client.SMTP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public SmtpMail(
	string from,
	IEnumerable<string> to,
	byte[] eml
)

Parameters

from  String
From mail address.
to  IEnumerableString
Collection of mail addresses this message will be sent to.
eml  Byte
Message data in eml format to be send.
See Also