SmtpSection::DeliveryMethod Property
.NET Framework (current version)
Gets or sets the Simple Mail Transport Protocol (SMTP) delivery method. The default delivery method is Network.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("deliveryMethod", DefaultValue = SmtpDeliveryMethod::Network)] property SmtpDeliveryMethod DeliveryMethod { SmtpDeliveryMethod get(); void set(SmtpDeliveryMethod value); }
Property Value
Type: System.Net.Mail::SmtpDeliveryMethodA string that represents the SMTP delivery method.
Valid values for this property are Network, PickupDirectoryFromIis, and SpecifiedPickupDirectory. 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: