_MailItem.FlagRequest Property
Returns or sets a String (string in C#) that indicates the requested action for a mail item. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property FlagRequest As String
Get
Set
'Usage
Dim instance As _MailItem
Dim value As String
value = instance.FlagRequest
instance.FlagRequest = value
[DispIdAttribute()]
string FlagRequest { get; set; }
Property Value
Type: System.String
Remarks
By default, a mail item is not marked with any flag and the default value for this property is the empty string. You can set the value of FlagRequest either through the user interface or programmatically. When you mark a mail item with a flag through the user interface, the default value of FlagRequest is "Follow up".