InvalidMessageClassException.MessageClass Property (2007 System)
Gets the invalid message class name.
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 InvalidMessageClassException
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 invalid message class name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InvalidMessageClassException Class