Share via


_SharingItem.Importance Property

Returns or sets an OlImportance constant indicating the relative importance level for the SharingItem. Read/write.

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

Syntax

'Declaration
Property Importance As OlImportance
    Get
    Set
'Usage
Dim instance As _SharingItem
Dim value As OlImportance

value = instance.Importance

instance.Importance = value
OlImportance Importance { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlImportance

Remarks

This property corresponds to the MAPI property PR_IMPORTANCE.

See Also

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace