MimeEntity.EnvelopedContentInfo Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
EnvelopedContentInfo
Gets the EnvelopedData object that contains information about enveloped (encrypted) content. This property is only set for entities with enveloped content.
Declaration
public EnvelopedData EnvelopedContentInfo { get; }
Property Value
Type | Description |
---|---|
EnvelopedData | A EnvelopedData object. |