Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MailDefinition::EmbeddedObjects Property

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property EmbeddedMailObjectsCollection^ EmbeddedObjects {
	EmbeddedMailObjectsCollection^ get();
}

Property Value

Type: System.Web.UI.WebControls::EmbeddedMailObjectsCollection^

An EmbeddedMailObjectsCollection instances used to embed images in a MailDefinition object before sending an e-mail to a user.

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

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft