Embeds a resource in the email message

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public void Embed(
	FileInfo file,
	string id
)
Visual Basic
Public Sub Embed ( _
	file As FileInfo, _
	id As String _
)
Visual C++
public:
void Embed(
	FileInfo^ file, 
	String^ id
)

Parameters

file
Type: System.IO..::..FileInfo
the resource file
id
Type: System..::..String
the unique Content-ID header value of the resource referenced in the HTML code

See Also