API Reference

Class

EmailProtectionInfo

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Describes a protected message and points to the original payload that a cryptographic owner can process.

Inheritance

  • Object
  • EmailProtectionInfo

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

Constructors

public EmailProtectionInfo() #

Properties

public EmailProtectionKind Kind { get; set; } #

Detected protection wrapper.

public String MessageClass { get; set; } #

Original Outlook message class used for classification, when one exists.

public EmailAttachment PayloadAttachment { get; set; } #

Attachment containing the CMS, signature, or encrypted MIME payload when it can be projected independently.

public Boolean IsProtected { get; } #

True when a protected-message wrapper was detected.