FormRegionMessageClassAttribute Class
Represents an attribute that specifies the name of a Microsoft Office Outlook message class to associate with the form region.
Assembly: Microsoft.Office.Tools.v4.0.Framework (in Microsoft.Office.Tools.v4.0.Framework.dll)
| Name | Description | |
|---|---|---|
![]() | FormRegionMessageClassAttribute(String^) | Initializes a new instance of the FormRegionMessageClassAttribute class. |
| Name | Description | |
|---|---|---|
![]() | MessageClass | Gets the name of the message class to associate with the form region. |
![]() | TypeId | (Inherited from Attribute.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Attribute.) |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object^) | (Inherited from Attribute.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute::GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfoCount(UInt32%) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





