IFaxIncomingMessage2::put_HasCoverPage method (faxcomex.h)

A flag that indicates whether the fax has a cover page.

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

Syntax

HRESULT put_HasCoverPage(
  VARIANT_BOOL bHasCoverPage
);

Parameters

bHasCoverPage

Return value

None

Remarks

A received message has a VARIANT_FALSE value when it arrives. A routing assistant application can set this to VARIANT_TRUE when it is reassigned.

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