Share via


IFPCMailAntivirusSettings::TimeoutAction property

Applies to: desktop apps only

The TimeoutAction property gets or sets a value from the FpcMailAntivirusAction enumerated type that indicates the action to be taken when a scan times out.

This property is read/write.

Syntax

HRESULT put_TimeoutAction(
  FpcMailAntivirusAction TimeoutAction
);

HRESULT get_TimeoutAction(
  FpcMailAntivirusAction *pTimeoutAction
);
' Data type: FpcMailAntivirusAction

Property TimeoutAction( _
  ByVal TimeoutAction As FpcMailAntivirusAction, _
  ByVal pTimeoutAction As FpcMailAntivirusAction _
) As FpcMailAntivirusAction

Property value

Value from the FpcMailAntivirusAction enumerated type that indicates the action to be taken when a scan 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 fpcMailAntivirusAction_Delete, which indicates that the file attachment or message being scanned should be deleted.

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