MailDefinition::EmbeddedObjects Property
.NET Framework (current version)
Gets a collection of EmbeddedMailObject instances, typically used to embed images in a MailDefinition object before sending an e-mail to a user.
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
Available since 2.0
Show: