FormRegionMessageClassAttribute Class

 

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.v4.0.Framework (in Microsoft.Office.Tools.v4.0.Framework.dll)

System::Object
  System::Attribute
    Microsoft.Office.Tools.Outlook::FormRegionMessageClassAttribute

[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true)]
public ref class FormRegionMessageClassAttribute sealed : Attribute

NameDescription
System_CAPS_pubmethodFormRegionMessageClassAttribute(String^)

Initializes a new instance of the FormRegionMessageClassAttribute class.

NameDescription
System_CAPS_pubpropertyMessageClass

Gets the name of the message class to associate with the form region.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticActivity

Specifies the message class name of a Microsoft Office Outlook Journal item.

System_CAPS_pubfieldSystem_CAPS_staticAppointment

Specifies the message class name of a Microsoft Office Outlook Appointment item.

System_CAPS_pubfieldSystem_CAPS_staticContact

Specifies the message class name of a Microsoft Office Outlook Contact item.

System_CAPS_pubfieldSystem_CAPS_staticDistributionList

Specifies the message class name of a Microsoft Office Outlook Distribution List item.

System_CAPS_pubfieldSystem_CAPS_staticNote

Specifies the message class name of a Microsoft Office Outlook Mail item.

System_CAPS_pubfieldSystem_CAPS_staticPost

Specifies the message class name of a Microsoft Office Outlook Post item.

System_CAPS_pubfieldSystem_CAPS_staticPostRss

Specifies the message class name of a Microsoft Office Outlook RSS Post item.

System_CAPS_pubfieldSystem_CAPS_staticTask

Specifies the message class name of a Microsoft Office Outlook Task item.

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.

Return to top
Show: