IFaxServer::get_Folders method (faxcomex.h)

The IFaxServer::get_Folders property accesses a IFaxFolders configuration interface. You can use the interface to access the folders, jobs, and messages on a connected fax server.

This property is read-only.

Syntax

HRESULT get_Folders(
  IFaxFolders **pFaxFolders
);

Parameters

pFaxFolders

Return value

None

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

FaxServer

IFaxServer

Visual Basic Example