次の方法で共有


MailAttachment.Filename プロパティ

定義

添付ファイルの名前を取得します。 推奨する代替 : System.Net.Mail

public:
 property System::String ^ Filename { System::String ^ get(); };
public string Filename { get; }
member this.Filename : string
Public ReadOnly Property Filename As String

プロパティ値

添付ファイルの名前。

適用対象