共用方式為


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

屬性值

String

附件檔案的名稱。

適用於