System.Web.UI.WebControls.MailDefinition.EmbeddedObjects Property

Gets a collection of System.Web.UI.WebControls.EmbeddedMailObject instances, typically used to embed images in a System.Web.UI.WebControls.MailDefinition object before sending an e-mail to a user.

Syntax

[System.ComponentModel.NotifyParentProperty(true)]
[System.ComponentModel.DefaultValue("")]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public EmbeddedMailObjectsCollection EmbeddedObjects { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.UI.WebControls.EmbeddedMailObject items in the System.Web.UI.WebControls.EmbeddedMailObjectsCollection collection returned by the MailDefinition.EmbeddedObjects property represent items to embed in an e-mail message. These items can include image files such as company logos or other graphics.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0