SenderReputationBlockDuration Property of the IFPCMailAntiSpamSettings Interface

The SenderReputationBlockDuration property gets or sets the time, in hours, during which a sender whose sender reputation level (SRL) is above the threshold for blocking messages will be added to the IP Block list.

C++

HRESULT put_SenderReputationBlockDuration(
    long lSenderReputationBlockDuration
);
HRESULT get_SenderReputationBlockDuration(
    long* plSenderReputationBlockDuration
);

Parameters

  • lSenderReputationBlockDuration
    A 32-bit integer that specifies the time, in hours, during which a sender whose SRL is above the threshold for blocking messages will be added to the IP Block list.

  • plSenderReputationBlockDuration
    Pointer to a variable that is set on return to a 32-bit integer specifying the time, in hours, during which a sender whose SRL is above the threshold for blocking messages will be added to the IP Block list.

Return Value

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

Visual Basic

Property SenderReputationBlockDuration As Long

Property Value

A 32-bit integer that specifies the time, in hours, during which a sender whose SRL is above the threshold for blocking messages will be added to the IP Block list.

Remarks

This property is read/write. Its default value is 24 hours, and its range of permissible values is from 0 through 48 hours.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCMailAntiSpamSettings

Send comments about this topic to Microsoft

Build date: 6/30/2010