IFPCMailAntiSpamSettings::PassPhrases property
Applies to: desktop apps only
The PassPhrases property gets an FPCPhrases collection that contains the phrases which indicate that messages should not be blocked regardless of the results of other content checks.
This property is read-only.
Syntax
HRESULT get_PassPhrases(
IFPCPhrases **ppPassPhrases
);
' Data type: FPCPhrases
Property PassPhrases( _
ByVal ppPassPhrases As IFPCPhrases _
) As FPCPhrases
Property value
Reference to an FPCPhrases collection that contains the phrases which indicate that messages should not be blocked regardless of the results of other content checks.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is read-only. Phrases can be added and removed by calling the Add and Remove methods of the FPCPhrases collection retrieved (the IFPCPhrases interface retrieved in C++).
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
Build date: 7/12/2010