IntegrationEnabled Property of the IFPCSmtpProtectionConfiguration Interface

The IntegrationEnabled property gets or sets a Boolean value that indicates whether integration with the collocated Exchange Edge Transport role and Forefront Security for Exchange Server is enabled in the array.

[C++]
HRESULT put_IntegrationEnabled(
	VARIANT_BOOL fIntegrationEnabled
);
HRESULT get_IntegrationEnabled(
	VARIANT_BOOL* pfIntegrationEnabled
);

Parameters

pfIntegrationEnabled

A VARIANT_BOOL value that on return indicates whether integration with the collocated Exchange Edge Transport role and Forefront Security for Exchange Server is enabled in the array.

fIntegrationEnabled

A VARIANT_BOOL that specifies whether integration with the collocated Exchange Edge Transport role and Forefront Security for Exchange Server is enabled in the array.

Return Value

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

[Visual Basic]
Property IntegrationEnabled As Boolean

Property Value

Boolean value that indicates whether integration with the collocated Exchange Edge Transport role and Forefront Security for Exchange Server is enabled in the array.

Remarks

This property is read/write.

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.

DLL

Requires Msfpccom.dll.

See Also

FPCSmtpProtectionConfiguration


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.