EmailRecipientResolutionResult 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.
Stellt das Ergebnis eines Versuches dar, einen E-Mail-Empfänger aufzulösen.
public ref class EmailRecipientResolutionResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class EmailRecipientResolutionResult final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(196608, "Windows.Foundation.UniversalApiContract")]
class EmailRecipientResolutionResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class EmailRecipientResolutionResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(196608, "Windows.Foundation.UniversalApiContract")]
public sealed class EmailRecipientResolutionResult
function EmailRecipientResolutionResult()
Public NotInheritable Class EmailRecipientResolutionResult
- Vererbung
- Attribute
Windows-Anforderungen
| Gerätefamilie |
Windows 10 (eingeführt in 10.0.10586.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v2.0)
|
| App-Funktionen |
email
emailSystem
|
Hinweise
Rufen Sie ResolveRecipientsAsync auf, um eine instance dieser Klasse abzurufen.
Versionsverlauf
| Windows-Version | SDK-Version | Mehrwert |
|---|---|---|
| 1607 | 14393 | SetPublicKeys |
Konstruktoren
| EmailRecipientResolutionResult() |
Instanziiert eine neue instance der EmailRecipientResolutionResult-Klasse. |
Eigenschaften
| PublicKeys |
Ruft den öffentlichen Schlüssel für einen E-Mail-Empfänger ab. |
| Status |
Ruft den Status eines Versuchten, einen E-Mail-Empfänger aufzulösen, ab oder legt diesen fest. |
Methoden
| SetPublicKeys(IIterable<Certificate>) |
Legt die öffentlichen Schlüssel für einen E-Mail-Empfänger fest. |