Dela via


FormRegionMessageClassAttribute.MessageClass Property (2007 System)

Gets the name of the 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
Public ReadOnly Property MessageClass As String
'Usage
Dim instance As FormRegionMessageClassAttribute 
Dim value As String 

value = instance.MessageClass
public string MessageClass { get; }
public:
property String^ MessageClass {
    String^ get ();
}
public function get MessageClass () : String

Property Value

Type: System.String
A string that represents the name of the message class to associate with the form region.

.NET Framework Security

See Also

Reference

FormRegionMessageClassAttribute Class

FormRegionMessageClassAttribute Members

Microsoft.Office.Tools.Outlook Namespace