_RemoteItem.RemoteMessageClass Property
Returns a String (string in C#) indicating the message class for the remote item. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property RemoteMessageClass As String
Get
'Usage
Dim instance As _RemoteItem
Dim value As String
value = instance.RemoteMessageClass
string RemoteMessageClass { get; }
Property Value
Type: System.String