EmailMessage.IsRead Propriété

Définition

Obtient une valeur booléenne indiquant si l’e-mail a été lu.

public:
 property bool IsRead { bool get(); void set(bool value); };
bool IsRead();

void IsRead(bool value);
public bool IsRead { get; set; }
var boolean = emailMessage.isRead;
emailMessage.isRead = boolean;
Public Property IsRead As Boolean

Valeur de propriété

Boolean

bool

Valeur booléenne indiquant si l’e-mail a été lu.

Configuration requise pour Windows

Fonctionnalités de l’application
email emailSystem

S’applique à