MailDefinition.EmbeddedObjects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of EmbeddedMailObject instances, typically used to embed images in a MailDefinition object before sending an email to a user.
public:
property System::Web::UI::WebControls::EmbeddedMailObjectsCollection ^ EmbeddedObjects { System::Web::UI::WebControls::EmbeddedMailObjectsCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.EmbeddedMailObjectsCollection EmbeddedObjects { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.EmbeddedObjects : System.Web.UI.WebControls.EmbeddedMailObjectsCollection
Public ReadOnly Property EmbeddedObjects As EmbeddedMailObjectsCollection
Property Value
An EmbeddedMailObjectsCollection instances used to embed images in a MailDefinition object before sending an email to a user.
- Attributes
Remarks
The EmbeddedMailObject items in the EmbeddedMailObjectsCollection collection returned by the EmbeddedObjects property represent items to embed in an email message. These items can include image files such as company logos or other graphics.