API Reference

Enum

EmailSmimeSignatureMode

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

Selects the MIME representation used for an S/MIME signature.

Inheritance

  • Enum
  • EmailSmimeSignatureMode

Usage

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

Accepted by parameters

Values

public const EmailSmimeSignatureMode ClearSigned #

Writes multipart/signed with readable MIME content and a detached CMS signature.

Value: 0
public const EmailSmimeSignatureMode OpaqueSigned #

Writes application/pkcs7-mime with encapsulated CMS SignedData.

Value: 1