IFaxDocument2::get_SubmissionId method (faxcomex.h)

Retrieves the submission identifier for the fax document. Every job in a given broadcast receives the same submission identifier.

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

Syntax

HRESULT get_SubmissionId(
  BSTR *pbstrSubmissionId
);

Parameters

pbstrSubmissionId

Return value

None

Remarks

This property is set whenever a method that submits a fax completes.

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

FaxDocument

IFaxDocument2