MailMessage.UrlContentLocation プロパティ

定義

電子メール メッセージの Content-Location HTTP ヘッダーを取得または設定します。

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

プロパティ値

content-base ヘッダー。

適用対象