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; } |