C# 클래스 InTheHand.ApplicationModel.Email.EmailAttachment

Represents an email attachment.
PlatformVersion supported iOSiOS 9.0 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
EmailAttachment ( string filename, StorageFile data ) : InTheHand.Storage

Creates an instance of the EmailAttachment class with the specified data.

EmailAttachment ( string filename, StorageFile data, string mimeType ) : InTheHand.Storage

Initializes a new instance of the see cref="EmailAttachment"/> class.

메소드 상세

EmailAttachment() 공개 메소드

Creates an instance of the EmailAttachment class with the specified data.
public EmailAttachment ( string filename, StorageFile data ) : InTheHand.Storage
filename string The filename of the attachment.
data InTheHand.Storage.StorageFile The stream to use to download the attachment.
리턴 InTheHand.Storage

EmailAttachment() 공개 메소드

Initializes a new instance of the see cref="EmailAttachment"/> class.
public EmailAttachment ( string filename, StorageFile data, string mimeType ) : InTheHand.Storage
filename string The filename of the attachment.
data InTheHand.Storage.StorageFile The stream to use to download the attachment.
mimeType string The MIME type of the attachment.
리턴 InTheHand.Storage