GemBox.Email
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    MessageSecurityType Enum

    Namespace:
    GemBox.Email
    Assembly:
    GemBox.Email.dll

    An enumeration of possible types of security applied to a MailMessage.

    • C#
    • VB.NET
    public enum MessageSecurityType
    Public Enum MessageSecurityType

    Fields

    ClearSigned

    It is a clear signed message.

    Clear signed messages are composed of two separate parts: the e-mail's content (body and attachments) and a signature.
    Because of that, they will be visible on any e-mail application, even if it does not know how to handle signed messages (in that case, the signature part generally is ignored and treated as an attachment).

    None

    It is a normal message with no security applied to it.

    OpaqueSigned

    It is an opaque signed message.

    Opaque signed messages are composed of a single part containing both the e-mail's content (body and attachments) and a signature, encoded together into binary form.
    Because of that, they will only be visible on e-mail applications that know how to handle signed messages (since it is necessary to decode the data and separate content from signature).

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.