API Reference

Class

EmailSmimeCreationResult

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Result of creating a signed or encrypted S/MIME message.

Inheritance

  • Object
  • EmailSmimeCreationResult

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 written to the resulting message.

public Byte[] Message { get; } #

Complete RFC 5322 message bytes, including transport headers.

public Byte[] ProtectedMimeEntity { get; } #

Protected MIME entity placed after the transport headers.

public Byte[] EncodedCms { get; } #

CMS SignedData or EnvelopedData generated by the supplied security provider.

public IReadOnlyList<EmailDiagnostic> Diagnostics { get; } #

Email serialization diagnostics produced while creating the protected entity.