Fax Broadcasts

The Fax Service Extended Component Object Model (COM) API implementation provides complete support for the broadcasting of faxes. Clients can create a single fax document, specify the recipients, and submit one broadcast request. The fax service receives the broadcast as one submission. The service creates a unique job in the job queue for each of the recipients, assigning each job the same submission ID. This makes it possible to group all the jobs in the broadcast.

The default configuration value is 0, which means there is no limit on the number of recipients in a single fax broadcast. In Windows Server 2003 you can set a limit by specifying a maximum number of recipients as a REG_DWORD value in the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fax\RecipientsLimit. No value, or a 0 value, means that there is no limit. If you change this value, you must restart the fax service for the change to take effect.

Once you set a limit, an attempt to send a single fax to more recipients than the number specified will result in the error.

For more information, see FAX_E_RECIPIENT_LIMIT.

The Fax Service Client API for Windows 2000 does not provide complete support for the broadcasting of faxes. This is because each recipient job in the broadcast receives a unique job ID; there is no ID that is common to all jobs in a broadcast.

Archived Broadcast Messages