IEWSClient.SetReadFlag

SetReadFlag(string)

Sets the read flag.

public void SetReadFlag(string messageUri)
ParameterTypeDescription
messageUriStringThe message URI.

See Also


SetReadFlag(string, bool)

Marks the specifeid message as read.

public void SetReadFlag(string messageUri, bool isRead)
ParameterTypeDescription
messageUriStringA message uri.
isReadBooleanA value indicating whether the message was read

Exceptions

exceptioncondition
AsposeArgumentExceptionmessageUri is null or empty.

See Also