IFaxIncomingMessage2::get_WasReAssigned method (faxcomex.h)

Indicates if the fax has been reassigned.

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

Syntax

HRESULT get_WasReAssigned(
  VARIANT_BOOL *pbWasReAssigned
);

Parameters

pbWasReAssigned

Return value

None

Remarks

This property is always VARIANT_FALSE when the fax arrives at the server. If it is reassigned by a routing assistant, the fax service sets it to VARIANT_TRUE.

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