IFaxIncomingMessage2::put_Read method (faxcomex.h)

A flag that indicates if the fax has been read.

Note  This property is supported only in Windows Vista and later.
 
This property is read/write.

Syntax

HRESULT put_Read(
  VARIANT_BOOL bRead
);

Parameters

bRead

Return value

None

Remarks

Possible values are VARIANT_TRUE and VARIANT_FALSE.

A change to this value is not committed to the server until IFaxIncomingMessage2::Save is called.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxIncomingMessage

IFaxIncomingMessage2