_MailItem.FlagRequest Property

Definition

Returns or sets a String (string in C#) that indicates the requested action for a mail item. Read/write.

public:
 property System::String ^ FlagRequest { System::String ^ get(); void set(System::String ^ value); };
public string FlagRequest { get; set; }
Public Property FlagRequest As String

Property Value

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".

Applies to