Share via


FaxServer.ArchiveDirectory property

The ArchiveDirectory method retrieves the ArchiveDirectory property for a FaxServer object. The ArchiveDirectory property is a null-terminated string that contains the location in which the fax server stores archived outbound faxes.

This property is read/write.

Syntax

Property ArchiveDirectory As String

Property value

A String that specifies or receives the fully qualified path of the directory in which the fax server should archive outgoing fax transmissions. The path can be a UNC path or a path beginning with a drive letter. The fax server ignores this value if the ArchiveOutboundFaxes property is False.

Remarks

Set the ArchiveOutboundFaxes property to True to archive faxes in the directory specified by the ArchiveDirectory property. The fax server must have access to the directory to successfully store outbound fax transmissions.

The get_ArchiveDirectory method allocates the memory required for the buffer pointed to by the pVal parameter. The client application must call the SysFreeString function to deallocate the resources associated with this parameter. For more information, see Freeing Fax Resources.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxServer

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

FaxServer

ArchiveOutboundFaxes

Freeing Fax Resources