Bodies Property

Provides a collection of one or more documents to the fax document.

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

Syntax

FaxDocument.Bodies [ = pvBodies ]

Possible Values

pvBodies Variant that specifies or receives the documents in the fax.

The property is read/write.

Remarks

Examples of documents that you can send as fax bodies include text files (.txt), Microsoft Word documents (.doc), or Microsoft Excel spreadsheets (.xls). Filenames are separated with semi-colons ";". For example, "myfile.txt;anotherfile.doc".

Either the Bodies property or the FaxDocument.Body property must be NULL. You must use Bodies if you will be submitting using either ConnectedSubmit2 or Submit2 (both available only in Windows Vista or later). You must use FaxDocument.Body if you will be submitting using either FaxDocument.ConnectedSubmit or FaxDocument.Submit.

Property Information

Minimum operating systems Windows Vista

See Also

FaxDocument, IFaxDocument2