IFPCSmtpProtectionStatus::GetAntivirusSignatureVersion method
Applies to: desktop apps only
The GetAntivirusSignatureVersion method gets the version of the latest signatures for the specified email antivirus engine.
Syntax
HRESULT GetAntivirusSignatureVersion(
[in] FpcMailAntivirusEngine Engine,
[in] FpcMailAntivirusEngine Engine,
[out] BSTR *pVersion
);
FPCSmtpProtectionStatus.GetAntivirusSignatureVersion( _
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 version of the latest signatures for the specified email 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 specifies the version of the latest signatures for the specified email 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
Build date: 7/12/2010