API Reference
Class
EmailProtectionInfo
Describes a protected message and points to the original payload that a cryptographic owner can process.
Inheritance
- Object
- EmailProtectionInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailDocument.Protection
Constructors
public EmailProtectionInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailProtectionKind Kind { get; set; } #Detected protection wrapper.
public String MessageClass { get; set; } #Original Outlook message class used for classification, when one exists.
public EmailAttachment PayloadAttachment { get; set; } #Attachment containing the CMS, signature, or encrypted MIME payload when it can be projected independently.
public Boolean IsProtected { get; } #True when a protected-message wrapper was detected.