_MarkAsTaskRuleAction.FlagTo Property

Returns or sets a String (string in C#) that represents the label of the flag for the message. Read/write

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

Syntax

'Declaration
Property FlagTo As String
    Get
    Set
'Usage
Dim instance As _MarkAsTaskRuleAction
Dim value As String

value = instance.FlagTo

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

Property Value

Type: System.String

Remarks

Returns an error if FlagTo is an empty string.

See Also

Reference

_MarkAsTaskRuleAction Interface

_MarkAsTaskRuleAction Members

Microsoft.Office.Interop.Outlook Namespace