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.
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.
The FPCMailAntiSpamSettings object does not define any methods.
The FPCMailAntiSpamSettings object defines the following properties.
Property | Description |
---|---|
Gets an FPCEMailAddresses collection containing the e-mail addresses of blocked recipients. |
|
Gets an FPCBlockedSenders collection containing the list of blocked senders. |
|
Gets or sets a Boolean value that indicates whether the messages sent from empty senders will be blocked. |
|
Gets or sets a Boolean value that indicates whether messages sent to recipients not in the global address book will be blocked. |
|
Gets an FPCPhrases collection containing the phrases which indicate that messages should be blocked. |
|
Gets or sets a Boolean value that indicates whether content filtering is enabled. |
|
Gets an FPCEMailAddresses collection containing the e-mail addresses of recipients who are excluded from content filtering. |
|
Gets or sets the spam confidence level (SCL) set as the delete threshold. |
|
Gets or sets a Boolean value that indicates whether the message attachments will be filterered. |
|
Gets an FPCMailAntispamFilterLists collection containing the list of file filters. |
|
Gets or sets a Boolean value that indicates whether checking the IP allow list is enabled. |
|
Gets an FPCIpListProviders collection containing the IP allow list providers. |
|
Gets or sets a Boolean value that indicates whether use of the IP allow list providers is enabled. |
|
Gets an FPCIpListRanges collection containing the IP address ranges in the IP allow list. |
|
Gets or sets a Boolean value that indicates whether checking the IP block list is enabled. |
|
Gets an FPCIpListProviders collection containing the IP block list providers . |
|
Gets or sets a Boolean value that indicates whether use of the IP block list providers is enabled. |
|
Gets an FPCEMailAddresses collection containing the e-mail addresses of recipients who are excluded from the IP block list provider check. |
|
Gets an FPCIpListRanges collection containing the IP address ranges in the IP block list. |
|
Gets or sets a Boolean value that indicates whether the message will be filtered according to subject line. |
|
Gets an FPCMailAntispamFilterLists collection containing the list of message body filters. |
|
Gets or sets a Boolean value that indicates whether the open proxy test is enabled. |
|
Gets an FPCPhrases collection containing the phrases which indicate that messages should not be blocked regardless of the results of other contents checks. |
|
Gets or sets the e-mail address of the spam quarantine mailbox. |
|
Gets or sets the spam confidence level (SCL) set as the quarantine threshold. |
|
Gets or sets a Boolean value that indicates whether messages sent to recipients in the recipient block list will be blocked. |
|
Gets or sets a Boolean value that indicates whether recipient filtering is enabled. |
|
Gets or sets the spam confidence level (SCL) set as the reject threshold. |
|
Gets or sets a value from the FpcSenderFilterAction enumerated type that specifies the sender filtering action. |
|
Gets or sets a Boolean value that indicates whether sender filtering is enabled. |
|
Gets or sets a value from the FpcSenderIdCheckAction enumerated type that specifies the action to be performed when sender ID validation fails. |
|
Gets or sets a Boolean value that indicates whether sender ID validation is enabled. |
|
Gets or sets the time during which messages sent from a sender whose sender reputation level is above the block threshold will be blocked. |
|
Gets or sets a Boolean value that indicates whether calculation of the sender reputation level is enabled. |
|
Gets or sets the sender reputation level set as the block threshold. |
|
Gets or sets a Boolean value that indicates whether spam deletion is enabled. |
|
Gets or sets a Boolean value that indicates whether the spam quarantine is enabled. |
|
Gets or sets a Boolean value that indicates whether spam rejection is enabled. |
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). |
Name | Description |
---|---|
PersistentName | Retrieves the persistent name of the object. |
VendorParametersSets | Gets a reference to an object that stores vendor-specific data. |
This object implements the IFPCMailAntiSpamSettings interface.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.