AccessoryManager.UpdateEmailReadStatus(BinaryId, Boolean) Method

Definition

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

Applies to