The SmtpConfiguration type exposes the following members.

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