Share via


_TaskItem.SchedulePlusPriority Property

Returns or sets a String (string in C#) representing the Microsoft Schedule+ priority for the task. Read/write.

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

Syntax

'Declaration
Property SchedulePlusPriority As String
    Get
    Set
'Usage
Dim instance As _TaskItem
Dim value As String

value = instance.SchedulePlusPriority

instance.SchedulePlusPriority = value
string SchedulePlusPriority { get; set; }

Property Value

Type: System.String

Remarks

Can be 1 through 9, A through Z, or A1 through Z9. Priority 1 is the highest.

See Also

Reference

_TaskItem Interface

_TaskItem Members

Microsoft.Office.Interop.Outlook Namespace