SmtpClient.DeliveryMethod 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定將要如何處理外送的電子郵件訊息。
public:
property System::Net::Mail::SmtpDeliveryMethod DeliveryMethod { System::Net::Mail::SmtpDeliveryMethod get(); void set(System::Net::Mail::SmtpDeliveryMethod value); };
public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get; set; }
member this.DeliveryMethod : System.Net.Mail.SmtpDeliveryMethod with get, set
Public Property DeliveryMethod As SmtpDeliveryMethod
屬性值
SmtpDeliveryMethod,指出如何傳遞電子郵件訊息。
備註
傳遞方法包括:
SMTP 伺服器。
將電子郵件移至 IIS 的取貨目錄,然後傳遞訊息。
將電子郵件移至 所 PickupDirectoryLocation 指定的目錄,以供稍後由另一個應用程式傳遞。
這個屬性的預設值也可以在計算機或應用程式組態檔中設定。 對屬性所做的任何變更會 PickupDirectoryLocation 覆寫組態檔設定。