Sdílet prostřednictvím


SmtpSection.DeliveryFormat Vlastnost

Definice

Získá nebo nastaví formát doručení pro odesílání odchozích e-mailů pomocí protokolu SMTP (Simple Mail Transport Protocol).

public:
 property System::Net::Mail::SmtpDeliveryFormat DeliveryFormat { System::Net::Mail::SmtpDeliveryFormat get(); void set(System::Net::Mail::SmtpDeliveryFormat value); };
[System.Configuration.ConfigurationProperty("deliveryFormat", DefaultValue=System.Net.Mail.SmtpDeliveryFormat.SevenBit)]
public System.Net.Mail.SmtpDeliveryFormat DeliveryFormat { get; set; }
[<System.Configuration.ConfigurationProperty("deliveryFormat", DefaultValue=System.Net.Mail.SmtpDeliveryFormat.SevenBit)>]
member this.DeliveryFormat : System.Net.Mail.SmtpDeliveryFormat with get, set
Public Property DeliveryFormat As SmtpDeliveryFormat

Hodnota vlastnosti

Vrací objekt SmtpDeliveryFormat.

Formát doručení, který se má použít pro odesílání odchozích e-mailů pomocí protokolu SMTP.

Atributy

Platí pro

Viz také