Gets the EnvelopedData object that contains information about enveloped (encrypted) content. This property is only set for entities with enveloped content.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public ReadOnly Property EnvelopedContentInfo As EnvelopedData
	Get
C#
public EnvelopedData EnvelopedContentInfo { get; }

Field Value

A EnvelopedData object.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also