FPCMailAntiSpamSettings Object

The FPCMailAntiSpamSettings object represesnts the anti-spam settings for e-mail messages.

This FPCMailAntiSpamSettings object is accessed through the AntiSpamSettings property of an FPCSmtpProtectionConfiguration object.

Click here to see the Forefront TMG object hierarchy.

Inheritance

This object inherits from the FPCPersist object, which contains methods and properties related to the persistent storage of an object's data. They include methods for exporting an object's data to and importing it from XML documents.

Methods

The FPCMailAntiSpamSettings object does not define any methods.

Properties

The FPCMailAntiSpamSettings object defines the following properties.

Property Description

BlockedRecipients

Gets an FPCEMailAddresses collection containing the e-mail addresses of blocked recipients.

BlockedSenders

Gets an FPCBlockedSenders collection containing the list of blocked senders.

BlockEmptySendersEnabled

Gets or sets a Boolean value that indicates whether the messages sent from empty senders will be blocked.

BlockNotInGlobalAddressBook

Gets or sets a Boolean value that indicates whether messages sent to recipients not in the global address book will be blocked.

BlockPhrases

Gets an FPCPhrases collection containing the phrases which indicate that messages should be blocked.

ContentFilteringEnabled

Gets or sets a Boolean value that indicates whether content filtering is enabled.

ContentFilteringExceptions

Gets an FPCEMailAddresses collection containing the e-mail addresses of recipients who are excluded from content filtering.

DeleteScl

Gets or sets the spam confidence level (SCL) set as the delete threshold.

FileFilteringEnabled

Gets or sets a Boolean value that indicates whether the message attachments will be filterered.

FileFilters

Gets an FPCMailAntispamFilterLists collection containing the list of file filters.

IpAllowListEnabled

Gets or sets a Boolean value that indicates whether checking the IP allow list is enabled.

IpAllowListProviders

Gets an FPCIpListProviders collection containing the IP allow list providers.

IpAllowListProvidersEnabled

Gets or sets a Boolean value that indicates whether use of the IP allow list providers is enabled.

IpAllowListRanges

Gets an FPCIpListRanges collection containing the IP address ranges in the IP allow list.

IpBlockListEnabled

Gets or sets a Boolean value that indicates whether checking the IP block list is enabled.

IpBlockListProviders

Gets an FPCIpListProviders collection containing the IP block list providers .

IpBlockListProvidersEnabled

Gets or sets a Boolean value that indicates whether use of the IP block list providers is enabled.

IpBlockListProvidersExceptions

Gets an FPCEMailAddresses collection containing the e-mail addresses of recipients who are excluded from the IP block list provider check.

IpBlockListRanges

Gets an FPCIpListRanges collection containing the IP address ranges in the IP block list.

MessageBodyFilteringEnabled

Gets or sets a Boolean value that indicates whether the message will be filtered according to subject line.

MessageBodyFilters

Gets an FPCMailAntispamFilterLists collection containing the list of message body filters.

OpenProxyTestEnabled

Gets or sets a Boolean value that indicates whether the open proxy test is enabled.

PassPhrases

Gets an FPCPhrases collection containing the phrases which indicate that messages should not be blocked regardless of the results of other contents checks.

QuarantineMailbox

Gets or sets the e-mail address of the spam quarantine mailbox.

QuarantineScl

Gets or sets the spam confidence level (SCL) set as the quarantine threshold.

RecipientBlockListEnabled

Gets or sets a Boolean value that indicates whether messages sent to recipients in the recipient block list will be blocked.

RecipientFilteringEnabled

Gets or sets a Boolean value that indicates whether recipient filtering is enabled.

RejectScl

Gets or sets the spam confidence level (SCL) set as the reject threshold.

SenderFilteringAction

Gets or sets a value from the FpcSenderFilterAction enumerated type that specifies the sender filtering action.

SenderFilteringEnabled

Gets or sets a Boolean value that indicates whether sender filtering is enabled.

SenderIdCheckAction

Gets or sets a value from the FpcSenderIdCheckAction enumerated type that specifies the action to be performed when sender ID validation fails.

SenderIdCheckEnabled

Gets or sets a Boolean value that indicates whether sender ID validation is enabled.

SenderReputationBlockDuration

Gets or sets the time during which messages sent from a sender whose sender reputation level is above the block threshold will be blocked.

SenderReputationEnabled

Gets or sets a Boolean value that indicates whether calculation of the sender reputation level is enabled.

SenderReputationLevelBlockThreshold

Gets or sets the sender reputation level set as the block threshold.

SpamDeletionEnabled

Gets or sets a Boolean value that indicates whether spam deletion is enabled.

SpamQuarantineEnabled

Gets or sets a Boolean value that indicates whether the spam quarantine is enabled.

SpamRejectionEnabled

Gets or sets a Boolean value that indicates whether spam rejection is enabled.

Methods Inherited from FPCPersist

Name Description
CancelWaitForChanges Cancels the registration established by the WaitForChanges method - for C/C++ only (does not work with DCOM).
CanImport Checks if object properties can be imported from a given xml document.
Export Exports object properties to an xml document.
ExportToFile Exports object properties to an xml file.
GetServiceRestartMask Get a bitmask of the services that need to be restarted so that currently unsaved changes will take effect.
Import Imports object properties from an xml document.
ImportFromFile Imports object properties from an xml file.
LoadDocProperties Retrieves the XML document's OptionalData and Comment properties.
Refresh Reads all the items from persistent storage.
Save Saves all configuration changes to persistent storage.
WaitForChanges Registers to wait for an event indicating that the contents of the FPCVendorParametersSet object have changed - for C/C++ only (does not work with DCOM).

Properties Inherited from FPCPersist

Name Description
PersistentName Retrieves the persistent name of the object.
VendorParametersSets Gets a reference to an object that stores vendor-specific data.

Interfaces for C++ Programming

This object implements the IFPCMailAntiSpamSettings interface.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

See Also

COM Objects


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.