FaxIncomingMessage.HasCoverPage property

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

Property HasCoverPage As Boolean

Property value

A flag indicating whether the inbound fax message has a cover page.

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 Save is called.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

FaxIncomingMessage

IFaxIncomingMessage2