FormRegionMessageClassAttribute Class
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.
Represents an attribute that specifies the name of a Microsoft Office Outlook message class to associate with the form region.
public ref class FormRegionMessageClassAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class FormRegionMessageClassAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type FormRegionMessageClassAttribute = class
inherit Attribute
Public NotInheritable Class FormRegionMessageClassAttribute
Inherits Attribute
- Inheritance
-
FormRegionMessageClassAttribute
- Attributes
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.
Constructors
FormRegionMessageClassAttribute(String) |
Initializes a new instance of the FormRegionMessageClassAttribute class. |
Fields
Activity |
Specifies the message class name of a Microsoft Office Outlook Journal item. |
Appointment |
Specifies the message class name of a Microsoft Office Outlook Appointment item. |
Contact |
Specifies the message class name of a Microsoft Office Outlook Contact item. |
DistributionList |
Specifies the message class name of a Microsoft Office Outlook Distribution List item. |
Note |
Specifies the message class name of a Microsoft Office Outlook Mail item. |
Post |
Specifies the message class name of a Microsoft Office Outlook Post item. |
PostRss |
Specifies the message class name of a Microsoft Office Outlook RSS Post item. |
Task |
Specifies the message class name of a Microsoft Office Outlook Task item. |
Properties
MessageClass |
Gets the name of the message class to associate with the form region. |