IFaxOutgoingQueue::get_AllowPersonalCoverPages method (faxcomex.h)
The AllowPersonalCoverPages property is a Boolean value that indicates whether fax client applications can include a user-designed cover page with fax transmissions.
This property is read/write.
Syntax
HRESULT get_AllowPersonalCoverPages(
VARIANT_BOOL *pbAllowPersonalCoverPages
);
Parameters
pbAllowPersonalCoverPages
Return value
None
Remarks
If this property is equal to TRUE, clients can include personal cover page files with fax transmissions. If this property is equal to FALSE, clients must use a common cover page file stored on the fax server.
To read or to write to this property, a user must have the farQUERY_CONFIG access right.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |
DLL | Fxscomex.dll |