SmtpSection::DeliveryFormat Property

.NET Framework (current version)
 

Gets or sets the delivery format to use for sending outgoing e-mail using the Simple Mail Transport Protocol (SMTP).

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("deliveryFormat", DefaultValue = SmtpDeliveryFormat::SevenBit)]
property SmtpDeliveryFormat DeliveryFormat {
	SmtpDeliveryFormat get();
	void set(SmtpDeliveryFormat value);
}

Property Value

Type: System.Net.Mail::SmtpDeliveryFormat

Returns SmtpDeliveryFormat.

The delivery format to use for sending outgoing e-mail using SMTP.

.NET Framework
Available since 4.5
Return to top
Show: