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
Показать файл Открыть проект

Открытые методы

Метод Описание
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