FormExtensionAdorner Class
Extends an existing hosted email add-in UI.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
System::MarshalByRefObject
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners::FormExtensionAdorner
| Name | Description | |
|---|---|---|
![]() | FormExtensionAdorner(Guid, String^, String^) | Creates a new instance of the FormExtensionAdorner class using the specified ID, display name, and description. |
| Name | Description | |
|---|---|---|
![]() | Description | Retrieves a description of the adorner. |
![]() | DisplayName | Retrieves the display name of the adorner. |
![]() | ID | Returns the unique GUID of the adorner. |
| Name | Description | |
|---|---|---|
![]() | CreateForm(FormPropertyBag^) | Retrieves the form for the UI extension. |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | ToString() | (Inherited from Object.) |
For more information on how to use this class, see How to: Extend an Existing Dialog or Wizard.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


