ExchangeClient.SetReadFlag

SetReadFlag(string)

Marks the specifeid message as read.

public void SetReadFlag(string messageUri)
ParameterTypeDescription
messageUriStringA message uri.

Exceptions

exceptioncondition
AsposeArgumentExceptionmessageUri is null or empty.

See Also


SetReadFlag(string, bool)

Marks the specifeid message as read.

public void SetReadFlag(string messageUri, bool suppressReceipt)
ParameterTypeDescription
messageUriStringA message uri.
suppressReceiptBooleanA value indicating whether the sending a read receipt should be suppressed.

Exceptions

exceptioncondition
AsposeArgumentExceptionmessageUri is null or empty.

See Also