IFPCSmtpProtectionStatus::GetAntivirusEngineVersion method

Applies to: desktop apps only

The GetAntivirusEngineVersion method gets the current version of the specified email antivirus engine.

Syntax

HRESULT GetAntivirusEngineVersion(
  [in]   FpcMailAntivirusEngine Engine,
  [in]   FpcMailAntivirusEngine Engine,
  [out]  BSTR *pVersion
);
FPCSmtpProtectionStatus.GetAntivirusEngineVersion( _
  ByVal Engine As FpcMailAntivirusEngine, _
  ByVal Engine As FpcMailAntivirusEngine, _
  ByRef pVersion As BSTR _
) As String

Parameters

  • Engine [in]

    C++

    Required. Value from the FpcMailAntivirusEngine enumerated type that specifies the type of antivirus engine.

    VB

    Required. Value from the FpcMailAntivirusEngine enumerated type that specifies the type of antivirus engine.

  • pVersion [out]
    Pointer to a BSTR that is set on return to a string value indicating the current version of the specified antivirus engine.

Return value

C++

This method returns S_OK if the call is successful; otherwise, it returns an error code.

VB

This method returns a string value that indicates the current version of the specified antivirus engine if successful. Otherwise, an error is raised that can be intercepted by using an error handler.

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

FPCSmtpProtectionStatus

 

 

Build date: 7/12/2010