FPCMailAntiSpamSettings object

Applies to: desktop apps only

The FPCMailAntiSpamSettings object represents the anti-spam settings for email messages in a Forefront TMG array.

The FPCMailAntiSpamSettings object is accessed through the AntiSpamSettings property of the FPCSmtpProtectionConfiguration object.

Ff825340.bkbutton(en-us,VS.85).png 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.

Members

The FPCMailAntiSpamSettings object has these types of members:

  • Properties

Properties

The FPCMailAntiSpamSettings object has these properties.

Property Access type Description

BlockedRecipients

Read-only

Gets an FPCEMailAddresses collection that contains the email addresses of blocked recipients.

BlockedSenders

Read-only

Gets an FPCBlockedSenders collection that contains the list of blocked senders and blocked domains.

BlockEmptySendersEnabled

Read/write

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

BlockNotInGlobalAddressBook

Read/write

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

BlockPhrases

Read-only

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

ContentFilteringEnabled

Read/write

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

ContentFilteringExceptions

Read-only

Gets an FPCEMailAddresses collection that contains the email addresses of recipients whose incoming messages are excluded from content filtering.

DeleteScl

Read/write

Gets or sets the spam confidence level (SCL) used as the threshold for deleting messages.

FileFilteringEnabled

Read/write

Gets or sets a Boolean value that indicates whether email attachments will be filtered.

FileFilters

Read-only

Gets an FPCMailAntispamFilterLists collection that contains the anti-spam filter lists that are used to filter email attachments.

IpAllowListEnabled

Read/write

Gets or sets a Boolean value that indicates whether use of the IP Allow List is enabled.

IpAllowListProviders

Read-only

Gets an FPCIpListProviders collection that contains the IP Allow List providers.

IpAllowListProvidersEnabled

Read/write

Gets or sets a Boolean value that indicates whether querying the IP Allow List providers is enabled.

IpAllowListRanges

Read-only

Gets an FPCIpListRanges collection that contains the IP address ranges in the IP Allow List.

IpBlockListEnabled

Read/write

Gets or sets a Boolean value that indicates whether use of the IP Block List is enabled.

IpBlockListProviders

Read-only

Gets an FPCIpListProviders collection that contains the IP Block List providers .

IpBlockListProvidersEnabled

Read/write

Gets or sets a Boolean value that indicates whether querying the IP Block List providers is enabled.

IpBlockListProvidersExceptions

Read-only

Gets an FPCEMailAddresses collection that contains the email addresses of recipients who are excluded from querying the IP Block List providers.

IpBlockListRanges

Read-only

Gets an FPCIpListRanges collection that contains the IP address ranges in the IP Block List.

MessageBodyFilteringEnabled

Read/write

Gets or sets a Boolean value that indicates whether messages are filtered according to the subject line.

MessageBodyFilters

Read-only

Gets an FPCMailAntispamFilterLists collection that contains the anti-spam filter lists that are used to filter message bodies.

OpenProxyTestEnabled

Read/write

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

PassPhrases

Read-only

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

QuarantineMailbox

Read/write

Gets or sets the email address of the spam quarantine mailbox.

QuarantineScl

Read/write

Gets or sets the spam confidence level (SCL) used as the threshold for quarantining messages.

RecipientBlockListEnabled

Read/write

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

RecipientFilteringEnabled

Read/write

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

RejectScl

Read/write

Gets or sets the spam confidence level (SCL) used as the threshold for rejecting messages.

SenderFilteringAction

Read/write

Gets or sets a value from the FpcSenderFilterAction enumerated type that specifies the action to be taken when sender filtering detects a message from a blocked sender.

SenderFilteringEnabled

Read/write

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

SenderIdCheckAction

Read/write

Gets or sets a value from the FpcSenderIdCheckAction enumerated type that specifies the action to be taken when Sender ID determines that a message is spoofed or an error occurs.

SenderIdCheckEnabled

Read/write

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

SenderReputationBlockDuration

Read/write

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.

SenderReputationEnabled

Read/write

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

SenderReputationLevelBlockThreshold

Read/write

Gets or sets the sender reputation level (SRL) used as the threshold for blocking messages.

SpamDeletionEnabled

Read/write

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

SpamQuarantineEnabled

Read/write

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

SpamRejectionEnabled

Read/write

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 use in C and C++ programming only).
CanImport Returns a Boolean value that indicates whether the object's properties can be imported from the specified XML document.
Export Writes the stored values of all of the object's properties to the specified XML document.
ExportToFile Writes the stored values of all of the object's properties to the specified XML file.
GetServiceRestartMask Retrieves a 32-bit bitmask of the FpcServices enumerated type that specifies which services need to be restarted for currently unsaved changes to take effect.
Import Copies the values of all of the object's properties from the specified XML document to persistent storage.
ImportFromFile Copies the values of all of the object's properties from the specified XML file to persistent storage.
LoadDocProperties Provides the XML document's properties so that you can know what information can be imported from the document.
Refresh Reads the values of all of the object's properties from persistent storage, overwriting any changes that have not been saved.
Save Writes the current values of all of the object's properties to persistent storage.
WaitForChanges Registers to wait for an event indicating that the contents of the object have changed (for use in C and C++ programming only).

 

Properties Inherited from FPCPersist

Name Description
PersistentName Gets the persistent name of the object. The persistent name of an object is a name that is unique for the object at the respective level of the COM object hierarchy.
VendorParameterSets Gets an FPCVendorParametersSets object that can hold sets of custom data for extending the object.

 

Interfaces for C++ Programming

This object implements the IFPCMailAntiSpamSettings interface.

Requirements

Minimum supported client

Windows Vista, None supported

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

See also

COM Objects

 

 

Build date: 7/12/2010