IFaxIncomingArchive::get_ArchiveFolder method (faxcomex.h)

The ArchiveFolder property is a null-terminated string that specifies the folder location on the fax server for archived inbound faxes.

This property is read/write.

Syntax

HRESULT get_ArchiveFolder(
  BSTR *pbstrArchiveFolder
);

Parameters

pbstrArchiveFolder

Return value

None

Remarks

Note  This property is not supported in Windows Vista, Windows Server 2008, and later versions of Windows. To access this property in Windows Vista, Windows Server 2008, and later versions of Windows, get the IFaxConfiguration interface from the IFaxServer2 interface, and then call the IFaxConfiguration::put_ArchiveLocation or IFaxConfiguration::get_ArchiveLocation method.
 

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

FaxIncomingArchive

IFaxIncomingArchive

Visual Basic Example