IFPCSmtpRoute::EhloResponse property

Applies to: desktop apps only

The EhloResponse property gets or sets the FQDN that the listener will provide in a responses to an EHLO or HELO command.

This property is read/write.

Syntax

HRESULT put_EhloResponse(
  BSTR bstrEhloResponse
);

HRESULT get_EhloResponse(
  BSTR *pbstrEhloResponse
);
' Data type: String

Property EhloResponse( _
  ByVal bstrEhloResponse As BSTR, _
  ByVal pbstrEhloResponse As BSTR _
) As String

Property value

String that specifies the FQDN that the listener will provide in a responses to an EHLO or HELO command.

Error codes

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

Remarks

This property is read/write. Its default value is an empty string.

This property is applicable only when the RouteDirection property is set to fpcInternetMailServer.

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

FPCSmtpRoute

 

 

Build date: 7/12/2010