aspNetEmail

EmailMessage.EmbedObject Method

Embeds an EmbeddedOjbect.

Overload List

Embeds an EmbeddedOjbect.

public bool EmbedObject(EmbeddedObject);

Embeds an array of embedded objects to the email. Typically these objects are images.

public bool EmbedObject(EmbeddedObject[]);

Embeds an object in the email.

public bool EmbedObject(string,string);

See Also

EmailMessage Class | aspNetEmail Namespace