System
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationSection
This class provides programmatic access to information that can be stored in configuration files that are used by classes that support SMTP in the namespace.
Represents the SMTP section in the System.Net configuration file.
Constructor
2.0.0.0
4.0.0.0
To be added.
Initializes a new instance of the class.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("deliveryMethod", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Net.Mail.SmtpDeliveryMethod
To be added.
Valid values for this property are , , and . These values have configurable sub-items and have a corresponding section in the System.Net configuration file. All the sections are camel-cased, to allow the users to match the delivery method with their corresponding section names.
Gets or sets the Simple Mail Transport Protocol (SMTP) delivery method. The default delivery method is .
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("from")
System.String
To be added.
To be added.
Gets or sets the default value that indicates who the email message is from.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("network")
System.Net.Configuration.SmtpNetworkElement
To be added.
To be added.
Gets the configuration element that controls the network settings used by the Simple Mail Transport Protocol (SMTP). file..
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("specifiedPickupDirectory")
System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement
To be added.
Indicates that directory specified by will be used as the SMTP pickup directory. If the SMTP client is unable to write to the pickup directory location an I/O exception is thrown by . The directory will not be created if it does not exist. The credentials of the currently running thread or process will be used to access the directory.
Gets the pickup directory that will be used by the SMPT client.