EmbeddedMailObjectCollectionEditor Class
Assembly: System.Design (in system.design.dll)
'Declaration Public Class EmbeddedMailObjectCollectionEditor Inherits CollectionEditor 'Usage Dim instance As EmbeddedMailObjectCollectionEditor
public class EmbeddedMailObjectCollectionEditor extends CollectionEditor
public class EmbeddedMailObjectCollectionEditor extends CollectionEditor
Not applicable.
The EmbeddedMailObjectCollectionEditor class provides a user interface for editing the EmbeddedMailObject elements of the EmbeddedMailObjectsCollection object of MailDefinition objects.
The MailDefinition objects define the content and format of the e-mail notification messages that are sent by the CreateUserWizard, ChangePassword, PasswordRecovery, and other controls. The EmbeddedMailObject elements define the embedded objects within these e-mail messages.
The EmbeddedMailObjectCollectionEditor is invoked by selecting the ellipsis (…) button on the EmbeddedObjects property, under MailDefinition, in the Properties grid of the visual designer.
The EditValue method edits the value of the specified object using the specified service provider and context.
- SecurityPermission for calling unmanaged code. Demand value: Demand. Permission value: UnmanagedCode
System.Drawing.Design.UITypeEditor
System.ComponentModel.Design.CollectionEditor
System.Web.UI.Design.WebControls.EmbeddedMailObjectCollectionEditor