EmailMessage.FlagState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the flag status of an email message.
public:
property EmailFlagState FlagState { EmailFlagState get(); void set(EmailFlagState value); };
EmailFlagState FlagState();
void FlagState(EmailFlagState value);
public EmailFlagState FlagState { get; set; }
var emailFlagState = emailMessage.flagState;
emailMessage.flagState = emailFlagState;
Public Property FlagState As EmailFlagState
Property Value
The flag status of an email message.
Windows requirements
App capabilities |
email
emailSystem
|