FaxDocument.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.

 

This property is read/write.

Syntax

Property Bodies As Variant

Property value

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

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 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 Body if you will be submitting using either ConnectedSubmit or Submit.

Requirements

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

See also

FaxDocument

IFaxDocument2