IFaxDocument::ConnectedSubmit method (faxcomex.h)
The IFaxDocument::ConnectedSubmit method submits a single fax document to the connected IFaxServer. The method returns an array of fax job ID strings, one for each recipient of the fax.
Syntax
HRESULT ConnectedSubmit(
[in] IFaxServer *pFaxServer,
[out, retval] VARIANT *pvFaxOutgoingJobIDs
);
Parameters
[in] pFaxServer
Type: IFaxServer*
An IFaxServer interface that specifies a connected fax server.
[out, retval] pvFaxOutgoingJobIDs
Type: VARIANT*
VARIANT that holds an array of outbound job ID strings, one for each recipient of the fax.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
To use this method, a user must have the farSUBMIT_LOW, farSUBMIT_NORMAL, or farSUBMIT_HIGH access right, depending on the IFaxDocument::get_Priority of the fax document.
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 |