MAPIFolder.DefaultMessageClass Property
Returns a String (string in C#) representing the default message class for items in the folder. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property DefaultMessageClass As String
Get
'Usage
Dim instance As MAPIFolder
Dim value As String
value = instance.DefaultMessageClass
[DispIdAttribute()]
string DefaultMessageClass { get; }
Property Value
Type: System.String
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace