AccessoryManager.UpdateEmailReadStatus(BinaryId, Boolean) Method
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.
Updates whether the status of the email is read.
public:
static void UpdateEmailReadStatus(BinaryId ^ messageEntryId, bool isRead);
static void UpdateEmailReadStatus(BinaryId const& messageEntryId, bool const& isRead);
public static void UpdateEmailReadStatus(BinaryId messageEntryId, bool isRead);
function updateEmailReadStatus(messageEntryId, isRead)
Public Shared Sub UpdateEmailReadStatus (messageEntryId As BinaryId, isRead As Boolean)
Parameters
- messageEntryId
- BinaryId
The unique identifier of the email message.
- isRead
-
Boolean
bool
true if the email message is read; otherwise false.
Windows requirements
App capabilities |
accessoryManager
|