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

附件文件的名称。

适用于