FormRegionMessageClassAttribute Class (2007 System)
Represents an attribute that specifies the name of a Microsoft Office Outlook message class to associate with the form region.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True)> _
Public NotInheritable Class FormRegionMessageClassAttribute _
Inherits Attribute
'Usage
Dim instance As FormRegionMessageClassAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true)]
public sealed class FormRegionMessageClassAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)]
public ref class FormRegionMessageClassAttribute sealed : public Attribute
public final class FormRegionMessageClassAttribute extends Attribute
Remarks
The FormRegionMessageClassAttribute class specifies the message class names of Outlook items that display the form region.
When you add an Outlook Form Region item to an Outlook project, the wizard applies attributes to the form region factory class. You can also apply these attributes to the form region factory class manually. For more information, see Associating a Form Region with an Outlook Message Class.
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.Office.Tools.Outlook.FormRegionMessageClassAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.