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(
	string url,
	string id
)
Visual Basic
Public Sub Embed ( _
	url As String, _
	id As String _
)
Visual C++
public:
void Embed(
	String^ url, 
	String^ id
)

Parameters

url
Type: System..::..String
the URL of the resource
id
Type: System..::..String
the unique Content-ID header value of the resource referenced in the HTML code

See Also