API Reference

Enum

EmailProtectionKind

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Classifies protected message content without performing cryptographic operations.

Inheritance

  • Enum
  • EmailProtectionKind

Usage

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

Values

public const EmailProtectionKind None #

No protected-message wrapper was detected.

Value: 0
public const EmailProtectionKind SmimeOpaque #

An opaque S/MIME CMS payload was detected; it can be signed, encrypted, or both.

Value: 1
public const EmailProtectionKind SmimeClearSigned #

A clear-signed S/MIME MIME entity was detected.

Value: 2
public const EmailProtectionKind PgpMimeEncrypted #

An OpenPGP/MIME encrypted multipart entity was detected.

Value: 3
public const EmailProtectionKind PgpMimeClearSigned #

An OpenPGP/MIME clear-signed multipart entity was detected.

Value: 4
public const EmailProtectionKind MimeClearSigned #

A clear-signed MIME entity with an unrecognized signature protocol was detected.

Value: 5
public const EmailProtectionKind MimeEncrypted #

An encrypted MIME entity with an unrecognized encryption protocol was detected.

Value: 6