API Reference

Class

EmailSmimeDecryptionResult

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Result of decrypting opaque S/MIME EnvelopedData.

Inheritance

  • Object
  • EmailSmimeDecryptionResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Properties

public EmailProtectionKind ProtectionKind { get; } #

Protection wrapper detected by the email reader.

public CmsDecryptionResult Cryptography { get; } #

Neutral CMS decryption result, or null when no decryptable S/MIME payload was available.

public Byte[] DecryptedMimeEntity { get; } #

Exact decrypted MIME entity bytes.

public EmailDocument DecryptedContent { get; } #

Parsed decrypted MIME content, when it could be decoded safely.

public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #

Email-layer extraction and content-projection diagnostics.

public Boolean Decrypted { get; } #

True when CMS decryption succeeded.