IFaxOutgoingMessage2::get_Read method (faxcomex.h)

Indicates if the fax has been read.

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

Syntax

HRESULT get_Read(
  VARIANT_BOOL *pbRead
);

Parameters

pbRead

Return value

None

Remarks

Possible values are VARIANT_TRUE and VARIANT_FALSE.

A change to this value is not committed to the server until IFaxOutgoingMessage2::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

FaxOutgoingMessage

IFaxOutgoingMessage2