EmailMessage.IsSeen 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.
Gets a Boolean value indicating whether the email message has been seen.
public:
property bool IsSeen { bool get(); void set(bool value); };
bool IsSeen();
void IsSeen(bool value);
public bool IsSeen { get; set; }
var boolean = emailMessage.isSeen;
emailMessage.isSeen = boolean;
Public Property IsSeen As Boolean
Property Value
Boolean
bool
A Boolean value indicating whether the email message has been seen.
Windows requirements
App capabilities |
email
emailSystem
|