IFaxOutgoingJob::get_SubmissionId method (faxcomex.h)

The IFaxOutgoingJob::get_SubmissionId property is a null-terminated string that contains the unique identifier assigned to the fax job during the submission process.

This property is read-only.

Syntax

HRESULT get_SubmissionId(
  BSTR *pbstrSubmissionId
);

Parameters

pbstrSubmissionId

Return value

None

Remarks

All fax jobs created by the same submission process share the same unique submission ID. When you submit a fax to be sent to more than one recipient, separate fax jobs will be created, but as part of the same fax broadcast, they will share the same SubmissionID.

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

See also

FaxOutgoingJob

IFaxOutgoingJob

Visual Basic Example