EmailAttachment 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
EmailAttachment(FileBase) |
개체를 기반으로 클래스의 EmailAttachment 새 인스턴스를 FileBase 초기화합니다. |
EmailAttachment(String) |
제공된 경로에 EmailAttachment 지정된 파일을 기반으로 클래스의 새 인스턴스를 초기화합니다. |
EmailAttachment(String, String) |
제공된 경로에 지정된 파일을 기반으로 하고 명시적 MIME 파일 형식을 제공하여 클래스의 새 인스턴스 EmailAttachment 를 초기화합니다. |
EmailAttachment(FileBase)
- Source:
- Email.shared.cs
- Source:
- Email.shared.cs
개체를 기반으로 클래스의 EmailAttachment 새 인스턴스를 FileBase 초기화합니다.
public:
EmailAttachment(Microsoft::Maui::Storage::FileBase ^ file);
public EmailAttachment (Microsoft.Maui.Storage.FileBase file);
new Microsoft.Maui.ApplicationModel.Communication.EmailAttachment : Microsoft.Maui.Storage.FileBase -> Microsoft.Maui.ApplicationModel.Communication.EmailAttachment
Public Sub New (file As FileBase)
매개 변수
적용 대상
EmailAttachment(String)
- Source:
- Email.shared.cs
- Source:
- Email.shared.cs
제공된 경로에 EmailAttachment 지정된 파일을 기반으로 클래스의 새 인스턴스를 초기화합니다.
public:
EmailAttachment(System::String ^ fullPath);
public EmailAttachment (string fullPath);
new Microsoft.Maui.ApplicationModel.Communication.EmailAttachment : string -> Microsoft.Maui.ApplicationModel.Communication.EmailAttachment
Public Sub New (fullPath As String)
매개 변수
- fullPath
- String
파일 시스템의 파일에 대한 전체 경로 및 파일 이름입니다.
적용 대상
EmailAttachment(String, String)
- Source:
- Email.shared.cs
- Source:
- Email.shared.cs
제공된 경로에 지정된 파일을 기반으로 하고 명시적 MIME 파일 형식을 제공하여 클래스의 새 인스턴스 EmailAttachment 를 초기화합니다.
public:
EmailAttachment(System::String ^ fullPath, System::String ^ contentType);
public EmailAttachment (string fullPath, string contentType);
new Microsoft.Maui.ApplicationModel.Communication.EmailAttachment : string * string -> Microsoft.Maui.ApplicationModel.Communication.EmailAttachment
Public Sub New (fullPath As String, contentType As String)
매개 변수
- fullPath
- String
파일 시스템의 파일에 대한 전체 경로 및 파일 이름입니다.
- contentType
- String
파일의 콘텐츠 형식(MIME 형식)(예: image/png
)입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI