Share via


IFPCMailAntivirusSettings::ContainerScanningTimeout property

Applies to: desktop apps only

The ContainerScanningTimeout property gets or sets the time, in seconds, that is allowed for scanning a container before the process times out.

This property is read/write.

Syntax

HRESULT put_ContainerScanningTimeout(
  long lContainerScanningTimeout
);

HRESULT get_ContainerScanningTimeout(
  long *plContainerScanningTimeout
);
' Data type: Long

Property ContainerScanningTimeout( _
  ByVal lContainerScanningTimeout As long, _
  ByVal plContainerScanningTimeout As long _
) As Long

Property value

A 32-bit integer that specifies the time, in seconds, that is allowed for scanning a container before the process times out.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is 120 seconds, and its range of permissible values is from 60 through 86,400 seconds (24 hours).

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCMailAntivirusSettings

 

 

Build date: 7/12/2010