The SmtpConfiguration type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkSmtpConfiguration()()()()
Creates a new instance of SmtpConfiguration class.
Public methodSupported by the .NET Compact FrameworkSmtpConfiguration(SmtpConfigurationSource)
Creates a new instance of SmtpConfiguration class and fills it with values read from the specified source.
Public methodSupported by the .NET Compact FrameworkSmtpConfiguration(SmtpConfigurationSource, SmtpDeliveryEngine)
Creates a new instance of SmtpConfiguration class and fills it with values read from the specified source and with the specified SmtpDeliveryEngine.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAuthenticationMethod
Gets or sets the authentication method.
Public propertySupported by the .NET Compact FrameworkClientCertificate
Gets or sets the client certificate chain.
Public propertySupported by the .NET Compact FrameworkDeliveryEngine
Gets or sets the delivery engine.
Public propertySupported by the .NET Compact FrameworkDeliveryMethod
Gets or sets the delivery method.
Public propertySupported by the .NET Compact FrameworkFrom
Gets or sets the message sender address.
Public propertySupported by the .NET Compact FrameworkLogWriter
Gets or sets the LogWriter instance.
Public propertySupported by the .NET Compact FrameworkOptions
Public propertySupported by the .NET Compact FrameworkParameters
Gets or sets the security parameters.
Public propertySupported by the .NET Compact FrameworkPassword
Gets or sets the password used for SMTP authentication.
Public propertySupported by the .NET Compact FrameworkPickupDirectoryPath
Gets or sets the pickup directory path (used with SmtpDeliveryMethod.IisPickupDirectory).
Public propertySupported by the .NET Compact FrameworkProxy
Gets or sets the network proxy to use to access a remote server.
Public propertySupported by the .NET Compact FrameworkSecurity Obsolete.
Public propertySupported by the .NET Compact FrameworkServerName
Gets or sets the server address - a hostname or a dotted string address.
Public propertySupported by the .NET Compact FrameworkServerPort
Gets or sets the server port (e.g. 25).
Public propertySupported by the .NET Compact FrameworkSettings
Gets or sets Smtp settings.
Public propertySupported by the .NET Compact FrameworkSslMode
Gets or sets the connection security mode.
Public propertySupported by the .NET Compact FrameworkUserName
Gets or sets the user name used for SMTP authentication.

See Also