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