_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
<DispIdAttribute()> _
Property FlagTo As String
Get
Set
'Usage
Dim instance As _MarkAsTaskRuleAction
Dim value As String
value = instance.FlagTo
instance.FlagTo = value
[DispIdAttribute()]
string FlagTo { get; set; }
Property Value
Type: System.String
Remarks
Returns an error if FlagTo is an empty string.