次の方法で共有


FaxOutgoingJob.SubmissionId property

The 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

Property SubmissionId As String

Property value

A String that receives the unique submission ID assigned to the outbound fax job.

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

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxOutgoingJob

IFaxOutgoingJob