EmailMailboxDownloadAttachmentRequestEventArgs Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Kapselt Informationen zu einer Anforderung zum Herunterladen einer Anlage.
public ref class EmailMailboxDownloadAttachmentRequestEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailMailboxDownloadAttachmentRequestEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailMailboxDownloadAttachmentRequestEventArgs
Public NotInheritable Class EmailMailboxDownloadAttachmentRequestEventArgs
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
|
App-Funktionen |
email
emailSystem
|
Hinweise
Verwenden Sie die instance dieser Klasse, die als Argument an Ihren DownloadAttachmentRequested-Ereignishandler übergeben wird.
Eigenschaften
Request |
Ruft das EmailMailboxDownloadAttachmentRequest-Objekt ab, das dieser Anforderung zugeordnet ist. |
Methoden
GetDeferral() |
Ruft ein Zurückstellungsobjekt für diesen Vorgang ab. |