Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Abstract class: RT.Util.RTSmtpSettings

Summary

Holds all settings required to connect to an SMTP server.

Instance properties

stringThe decrypted password.

Instance fields

SmtpEncryptionEncryption to use.
stringServer host name or IP address.
string Unencrypted password to be automatically encrypted by Classify whenever the settings are loaded or saved.
stringThe encrypted password.
intServer port. Standard ports: 25 for no encryption, 465 for SSL.
string SMTP username for login - for "me@example.com" this is typically "me" or "me@example.com", but can be anything.