Share via


IntegrationEnabled Property of the IFPCSmtpProtectionConfiguration Interface

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

C++

HRESULT put_IntegrationEnabled(
    VARIANT_BOOL fIntegrationEnabled
);
HRESULT get_IntegrationEnabled(
    VARIANT_BOOL* pfIntegrationEnabled
);

Parameters

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

  • pfIntegrationEnabled
    A VARIANT_BOOL value that on return indicates whether integration with the collocated Exchange Edge Transport role and Forefront Protection 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 Protection for Exchange Server is enabled in the array.

Remarks

This property is read/write. Its default value is True (VARIANT_TRUE in C++).

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCSmtpProtectionConfiguration

Send comments about this topic to Microsoft

Build date: 6/30/2010