Unit 'IdSMTPRelay' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdSSLSupportOptions

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdSMTPRelay.pas line 190

type TIdSSLSupportOptions = class(TIdBaseComponent)

protected

  FSSLSupport: TIdSSLSupport;

  

  FTryImplicitTLS: Boolean;

  

  FOwner: TIdSMTPRelay;

  

  procedure SetSSLSupport();

  

  procedure SetTryImplicitTLS();

  

public

  constructor Create();

  

  procedure Assign(); override;

  

published

  property SSLSupport: TIdSSLSupport; [rw]

  

  property TryImplicitTLS: Boolean; [rw]

  

end;

Inheritance

TIdSSLSupportOptions

  

|

TIdBaseComponent

  

|

TIdInitializerComponent

  

|

TObject



CT Web help

CodeTyphon Studio