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:
property EmbeddedMailObjectsCollection^ EmbeddedObjects {
	EmbeddedMailObjectsCollection^ get ();
}
/** @property */
public EmbeddedMailObjectsCollection get_EmbeddedObjects ()

public function get EmbeddedObjects () : EmbeddedMailObjectsCollection

Not applicable.

Property Value

An EmbeddedMailObjectsCollection.

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.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: