Indicates the SSL support offered in a SMTP Relay agent.
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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |