다음을 통해 공유


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

첨부 파일의 이름입니다.

적용 대상