_MobileItem.Categories Property

Returns or sets a String (string in C#) that represents the categories assigned to 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 Categories As String
    Get
    Set
'Usage
Dim instance As _MobileItem
Dim value As String

value = instance.Categories

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

Property Value

Type: System.String

Remarks

The inspector for the MobileItem object does not support assigning categories to a MobileItem item. However, you can assign categories through the context menu in the user interface for the item, or programmatically by using the Categories property.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace