Share via


_MobileItem.MessageClass Property

Returns or sets a String (string in C#) that represents the message class for the MobileItem object. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property MessageClass As String
    Get
    Set
'Usage
Dim instance As _MobileItem
Dim value As String

value = instance.MessageClass

instance.MessageClass = value
[DispIdAttribute()]
string MessageClass { get; set; }

Property Value

Type: System.String

Remarks

This property corresponds to the MAPI PidTagMessageClass Canonical Property property.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace