SmtpSection.DeliveryMethod プロパティ

定義

SMTP (Simple Mail Transport Protocol) の配信方法を取得または設定します。 既定の配信メソッドは Network です。

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

プロパティ値

SMTP 配信メソッドを表す文字列。

属性

注釈

このプロパティの有効な値は、NetworkPickupDirectoryFromIisおよび ですSpecifiedPickupDirectory。 これらの値には、構成可能なサブ項目があり、構成ファイル内に対応するセクションがあります System.Net 。 すべてのセクションはキャメル ケースで、ユーザーが配信方法と対応するセクション名を一致させることができます。

適用対象

こちらもご覧ください