MailMessage.UrlContentBase プロパティ

定義

電子メール メッセージの HTML エンコード本文内で使用されるすべての相対 URL の URL ベースである、 Content-Base HTTP ヘッダーを取得または設定します。

public:
 property System::String ^ UrlContentBase { System::String ^ get(); void set(System::String ^ value); };
public string UrlContentBase { get; set; }
member this.UrlContentBase : string with get, set
Public Property UrlContentBase As String

プロパティ値

URL ベース。

適用対象