Topic Path: Symbol Reference > Structs, Records, Enums > TIdSSLSupport Enumeration
ContentsIndexHome
PreviousUpNext
TIdSSLSupport Enumeration

Indicates the SSL support offered in a SMTP Relay agent.

File
TIdSSLSupport = (
  NoSSL,
  SupportSSL,
  RequireSSL
);

TIdSSLSupport is an enumerated type that indicates the SSL support offered in the SMTP Relay agent. 

TIdSSLSupport can contain one of the following values and associated meanings: 

 

Value Meaning 
 

---------- ---------------------------------------------

 

NoSSL No SSL support is enabled 
SupportSSL Support support is enabled, but not required 
RequireSSL SSL support is required 

 

TIdSSLSupport is the type used to represent the TIdSSLSupportOptions.SSLSupport property.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.